Shades of Royal Blue #3E72DC
Tints of Royal Blue #3E72DC
RGB
CMYK
RGB Variations
Color information
#3E72DC (or 0x3E72DC) is known color: Royal Blue. HEX triplet: 3E, 72 and DC. RGB value is (62,114,220). Sum of RGB (Red+Green+Blue) = 62+114+220=396 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.66% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E72DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E72DC is #C18D23. Grayscale: #6E6E6E. Windows color (decimal): -12684580 or 14447166. OLE color: 14447166.
HSL color Cylindrical-coordinate representation of color #3E72DC: hue angle of 220.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E72DC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 114 | 220 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.14 |
| HSL | 220.25º | 0.69% | 0.55% | - |
| HSV(B) | 220.25º | 0.72% | 0.86% | - |
| XYZ | 20.92 | 18.23 | 70.13 | - |
| YUV | 110.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 220 | 0.72 | 0.48 | 0 | 0.14 | 220.25 | 0.69 | 0.55 |
| Hex | 3E | 72 | DC | 48 | 30 | 0 | E | DC | 45 | 37 |
| Octal | 76 | 162 | 334 | 110 | 60 | 0 | 16 | 334 | 105 | 67 |
| Binary | 111110 | 1110010 | 11011100 | 1001000 | 110000 | 0 | 1110 | 11011100 | 1000101 | 110111 |
Color Harmonies of #3E72DC
Complementary color
Monochromatic Colors of #3E72DC
Black with #3E72DC
Text Example
Text Example
White with #3E72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E72DC; }
p { color: rgb(62,114,220); }
H1.HeaderClassName
{
color: #3E72DC;
}
.AnyTagClassName
{
color: #3E72DC;
}
</style>
background-color css
<style>
a { background-color: #3E72DC; }
a { background-color: rgb(62,114,220); }
div.DivClassName
{
background-color: #3E72DC;
}
.BgClassName
{
background-color: #3E72DC;
}
</style>
border-color css
<style>
span { border-color: #3E72DC; }
span { border-color: rgb(62,114,220); }
td.TdClassName
{
border-color: #3E72DC;
}
.TagClassName
{
border-color: #3E72DC;
}
</style>