Shades of Royal Blue #3E5CDA
Tints of Royal Blue #3E5CDA
RGB
CMYK
RGB Variations
Color information
#3E5CDA (or 0x3E5CDA) is known color: Royal Blue. HEX triplet: 3E, 5C and DA. RGB value is (62,92,218). Sum of RGB (Red+Green+Blue) = 62+92+218=372 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.67% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CDA is #C1A325. Grayscale: #606060. Windows color (decimal): -12690214 or 14310462. OLE color: 14310462.
HSL color Cylindrical-coordinate representation of color #3E5CDA: hue angle of 228.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5CDA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 92 | 218 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.15 |
| HSL | 228.46º | 0.68% | 0.55% | - |
| HSV(B) | 228.46º | 0.72% | 0.85% | - |
| XYZ | 18.47 | 13.74 | 68.01 | - |
| YUV | 97.39 | 196.06 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 218 | 0.72 | 0.58 | 0 | 0.15 | 228.46 | 0.68 | 0.55 |
| Hex | 3E | 5C | DA | 48 | 3A | 0 | F | E4 | 44 | 37 |
| Octal | 76 | 134 | 332 | 110 | 72 | 0 | 17 | 344 | 104 | 67 |
| Binary | 111110 | 1011100 | 11011010 | 1001000 | 111010 | 0 | 1111 | 11100100 | 1000100 | 110111 |
Color Harmonies of #3E5CDA
Complementary color
Monochromatic Colors of #3E5CDA
Black with #3E5CDA
Text Example
Text Example
White with #3E5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CDA; }
p { color: rgb(62,92,218); }
H1.HeaderClassName
{
color: #3E5CDA;
}
.AnyTagClassName
{
color: #3E5CDA;
}
</style>
background-color css
<style>
a { background-color: #3E5CDA; }
a { background-color: rgb(62,92,218); }
div.DivClassName
{
background-color: #3E5CDA;
}
.BgClassName
{
background-color: #3E5CDA;
}
</style>
border-color css
<style>
span { border-color: #3E5CDA; }
span { border-color: rgb(62,92,218); }
td.TdClassName
{
border-color: #3E5CDA;
}
.TagClassName
{
border-color: #3E5CDA;
}
</style>