Shades of Royal Blue #3E5DDE
Tints of Royal Blue #3E5DDE
RGB
CMYK
RGB Variations
Color information
#3E5DDE (or 0x3E5DDE) is known color: Royal Blue. HEX triplet: 3E, 5D and DE. RGB value is (62,93,222). Sum of RGB (Red+Green+Blue) = 62+93+222=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E5DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DDE is #C1A221. Grayscale: #616161. Windows color (decimal): -12689954 or 14572862. OLE color: 14572862.
HSL color Cylindrical-coordinate representation of color #3E5DDE: hue angle of 228.38º 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 #3E5DDE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 93 | 222 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.13 |
| HSL | 228.38º | 0.71% | 0.56% | - |
| HSV(B) | 228.38º | 0.72% | 0.87% | - |
| XYZ | 19.09 | 14.13 | 70.83 | - |
| YUV | 98.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 222 | 0.72 | 0.58 | 0 | 0.13 | 228.38 | 0.71 | 0.56 |
| Hex | 3E | 5D | DE | 48 | 3A | 0 | D | E4 | 47 | 38 |
| Octal | 76 | 135 | 336 | 110 | 72 | 0 | 15 | 344 | 107 | 70 |
| Binary | 111110 | 1011101 | 11011110 | 1001000 | 111010 | 0 | 1101 | 11100100 | 1000111 | 111000 |
Color Harmonies of #3E5DDE
Complementary color
Monochromatic Colors of #3E5DDE
Black with #3E5DDE
Text Example
Text Example
White with #3E5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DDE; }
p { color: rgb(62,93,222); }
H1.HeaderClassName
{
color: #3E5DDE;
}
.AnyTagClassName
{
color: #3E5DDE;
}
</style>
background-color css
<style>
a { background-color: #3E5DDE; }
a { background-color: rgb(62,93,222); }
div.DivClassName
{
background-color: #3E5DDE;
}
.BgClassName
{
background-color: #3E5DDE;
}
</style>
border-color css
<style>
span { border-color: #3E5DDE; }
span { border-color: rgb(62,93,222); }
td.TdClassName
{
border-color: #3E5DDE;
}
.TagClassName
{
border-color: #3E5DDE;
}
</style>