Shades of Royal Blue #3E72FE
Tints of Royal Blue #3E72FE
RGB
CMYK
RGB Variations
Color information
#3E72FE (or 0x3E72FE) is known color: Royal Blue. HEX triplet: 3E, 72 and FE. RGB value is (62,114,254). Sum of RGB (Red+Green+Blue) = 62+114+254=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E72FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E72FE is #C18D01. Grayscale: #717171. Windows color (decimal): -12684546 or 16675390. OLE color: 16675390.
HSL color Cylindrical-coordinate representation of color #3E72FE: hue angle of 223.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E72FE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 114 | 254 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.00 |
| HSL | 223.75º | 0.99% | 0.62% | - |
| HSV(B) | 223.75º | 0.76% | 1% | - |
| XYZ | 25.89 | 20.21 | 96.3 | - |
| YUV | 114.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 254 | 0.76 | 0.55 | 0 | 0.00 | 223.75 | 0.99 | 0.62 |
| Hex | 3E | 72 | FE | 4C | 37 | 0 | 0 | E0 | 63 | 3E |
| Octal | 76 | 162 | 376 | 114 | 67 | 0 | 0 | 340 | 143 | 76 |
| Binary | 111110 | 1110010 | 11111110 | 1001100 | 110111 | 0 | 0 | 11100000 | 1100011 | 111110 |
Color Harmonies of #3E72FE
Complementary color
Monochromatic Colors of #3E72FE
Black with #3E72FE
Text Example
Text Example
White with #3E72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E72FE; }
p { color: rgb(62,114,254); }
H1.HeaderClassName
{
color: #3E72FE;
}
.AnyTagClassName
{
color: #3E72FE;
}
</style>
background-color css
<style>
a { background-color: #3E72FE; }
a { background-color: rgb(62,114,254); }
div.DivClassName
{
background-color: #3E72FE;
}
.BgClassName
{
background-color: #3E72FE;
}
</style>
border-color css
<style>
span { border-color: #3E72FE; }
span { border-color: rgb(62,114,254); }
td.TdClassName
{
border-color: #3E72FE;
}
.TagClassName
{
border-color: #3E72FE;
}
</style>