Shades of Royal Blue #3E5DD6
Tints of Royal Blue #3E5DD6
RGB
CMYK
RGB Variations
Color information
#3E5DD6 (or 0x3E5DD6) is known color: Royal Blue. HEX triplet: 3E, 5D and D6. RGB value is (62,93,214). Sum of RGB (Red+Green+Blue) = 62+93+214=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #3E5DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DD6 is #C1A229. Grayscale: #616161. Windows color (decimal): -12689962 or 14048574. OLE color: 14048574.
HSL color Cylindrical-coordinate representation of color #3E5DD6: hue angle of 227.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E5DD6 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 93 | 214 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.16 |
| HSL | 227.76º | 0.65% | 0.54% | - |
| HSV(B) | 227.76º | 0.71% | 0.84% | - |
| XYZ | 18.04 | 13.71 | 65.31 | - |
| YUV | 97.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 214 | 0.71 | 0.57 | 0 | 0.16 | 227.76 | 0.65 | 0.54 |
| Hex | 3E | 5D | D6 | 47 | 39 | 0 | 10 | E4 | 41 | 36 |
| Octal | 76 | 135 | 326 | 107 | 71 | 0 | 20 | 344 | 101 | 66 |
| Binary | 111110 | 1011101 | 11010110 | 1000111 | 111001 | 0 | 10000 | 11100100 | 1000001 | 110110 |
Color Harmonies of #3E5DD6
Complementary color
Monochromatic Colors of #3E5DD6
Black with #3E5DD6
Text Example
Text Example
White with #3E5DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DD6; }
p { color: rgb(62,93,214); }
H1.HeaderClassName
{
color: #3E5DD6;
}
.AnyTagClassName
{
color: #3E5DD6;
}
</style>
background-color css
<style>
a { background-color: #3E5DD6; }
a { background-color: rgb(62,93,214); }
div.DivClassName
{
background-color: #3E5DD6;
}
.BgClassName
{
background-color: #3E5DD6;
}
</style>
border-color css
<style>
span { border-color: #3E5DD6; }
span { border-color: rgb(62,93,214); }
td.TdClassName
{
border-color: #3E5DD6;
}
.TagClassName
{
border-color: #3E5DD6;
}
</style>