Shades of Royal Blue #3E5EDE
Tints of Royal Blue #3E5EDE
RGB
CMYK
RGB Variations
Color information
#3E5EDE (or 0x3E5EDE) is known color: Royal Blue. HEX triplet: 3E, 5E and DE. RGB value is (62,94,222). Sum of RGB (Red+Green+Blue) = 62+94+222=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EDE is #C1A121. Grayscale: #626262. Windows color (decimal): -12689698 or 14573118. OLE color: 14573118.
HSL color Cylindrical-coordinate representation of color #3E5EDE: hue angle of 228º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5EDE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 94 | 222 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.13 |
| HSL | 228º | 0.71% | 0.56% | - |
| HSV(B) | 228º | 0.72% | 0.87% | - |
| XYZ | 19.17 | 14.3 | 70.86 | - |
| YUV | 99.02 | 197.4 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 222 | 0.72 | 0.58 | 0 | 0.13 | 228 | 0.71 | 0.56 |
| Hex | 3E | 5E | DE | 48 | 3A | 0 | D | E4 | 47 | 38 |
| Octal | 76 | 136 | 336 | 110 | 72 | 0 | 15 | 344 | 107 | 70 |
| Binary | 111110 | 1011110 | 11011110 | 1001000 | 111010 | 0 | 1101 | 11100100 | 1000111 | 111000 |
Color Harmonies of #3E5EDE
Complementary color
Monochromatic Colors of #3E5EDE
Black with #3E5EDE
Text Example
Text Example
White with #3E5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5EDE; }
p { color: rgb(62,94,222); }
H1.HeaderClassName
{
color: #3E5EDE;
}
.AnyTagClassName
{
color: #3E5EDE;
}
</style>
background-color css
<style>
a { background-color: #3E5EDE; }
a { background-color: rgb(62,94,222); }
div.DivClassName
{
background-color: #3E5EDE;
}
.BgClassName
{
background-color: #3E5EDE;
}
</style>
border-color css
<style>
span { border-color: #3E5EDE; }
span { border-color: rgb(62,94,222); }
td.TdClassName
{
border-color: #3E5EDE;
}
.TagClassName
{
border-color: #3E5EDE;
}
</style>