Shades of Royal Blue #3E72FF
Tints of Royal Blue #3E72FF
RGB
CMYK
RGB Variations
Color information
#3E72FF (or 0x3E72FF) is known color: Royal Blue. HEX triplet: 3E, 72 and FF. RGB value is (62,114,255). Sum of RGB (Red+Green+Blue) = 62+114+255=431 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.39% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E72FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E72FF is #C18D00. Grayscale: #717171. Windows color (decimal): -12684545 or 16740926. OLE color: 16740926.
HSL color Cylindrical-coordinate representation of color #3E72FF: hue angle of 223.83º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E72FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 114 | 255 | - |
| CMYK | 0.76 | 0.55 | 0 | 0 |
| HSL | 223.83º | 1% | 0.62% | - |
| HSV(B) | 223.83º | 0.76% | 1% | - |
| XYZ | 26.05 | 20.28 | 97.15 | - |
| YUV | 114.53 | 207.27 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 255 | 0.76 | 0.55 | 0 | 0 | 223.83 | 1 | 0.62 |
| Hex | 3E | 72 | FF | 4C | 37 | 0 | 0 | E0 | 64 | 3E |
| Octal | 76 | 162 | 377 | 114 | 67 | 0 | 0 | 340 | 144 | 76 |
| Binary | 111110 | 1110010 | 11111111 | 1001100 | 110111 | 0 | 0 | 11100000 | 1100100 | 111110 |
Color Harmonies of #3E72FF
Complementary color
Monochromatic Colors of #3E72FF
Black with #3E72FF
Text Example
Text Example
White with #3E72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E72FF; }
p { color: rgb(62,114,255); }
H1.HeaderClassName
{
color: #3E72FF;
}
.AnyTagClassName
{
color: #3E72FF;
}
</style>
background-color css
<style>
a { background-color: #3E72FF; }
a { background-color: rgb(62,114,255); }
div.DivClassName
{
background-color: #3E72FF;
}
.BgClassName
{
background-color: #3E72FF;
}
</style>
border-color css
<style>
span { border-color: #3E72FF; }
span { border-color: rgb(62,114,255); }
td.TdClassName
{
border-color: #3E72FF;
}
.TagClassName
{
border-color: #3E72FF;
}
</style>