Royal Blue (Blue)
#3D55C9
RGB: 61, 85, 201
Color OverviewHEX #3D55C9
#3D55C9 Color Code Information
In the RGB color space, #3D55C9 is composed of 24% red, 33% green, and 79% blue. In the HSL color space, it has a hue of 230°, saturation of 56%, and lightness of 51%.
HEX
#3D55C9
RGB
61, 85, 201
HSL
230°, 56%, 51%
HSV
230°, 70%, 79%
CMYK
70%, 58%, 0%, 21%
Name Match
Royal Blue
Closest StandardShades of #3D55C9 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #3D55C9 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #3D55C9 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #3D55C9
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #3D55C9 Background
Contrast Ratio against Pure White (#FFFFFF):6.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3D55C9 Background
Contrast Ratio against Pure Black (#000000):3.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #3D55C9;
}
.element {
color: #3D55C9;
background-color: #3D55C9;
border-color: #3D55C9;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#3D55C9] text-[#3D55C9] border-[#3D55C9]"> Content styled with #3D55C9 </div>