Shades of Royal Blue #3E7EFC
Tints of Royal Blue #3E7EFC
RGB
CMYK
RGB Variations
Color information
#3E7EFC (or 0x3E7EFC) is known color: Royal Blue. HEX triplet: 3E, 7E and FC. RGB value is (62,126,252). Sum of RGB (Red+Green+Blue) = 62+126+252=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E7EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7EFC is #C18103. Grayscale: #787878. Windows color (decimal): -12681476 or 16547390. OLE color: 16547390.
HSL color Cylindrical-coordinate representation of color #3E7EFC: hue angle of 219.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E7EFC is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 126 | 252 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.01 |
| HSL | 219.79º | 0.97% | 0.62% | - |
| HSV(B) | 219.79º | 0.75% | 0.99% | - |
| XYZ | 27.02 | 22.97 | 95.11 | - |
| YUV | 121.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 252 | 0.75 | 0.5 | 0 | 0.01 | 219.79 | 0.97 | 0.62 |
| Hex | 3E | 7E | FC | 4B | 32 | 0 | 1 | DC | 61 | 3E |
| Octal | 76 | 176 | 374 | 113 | 62 | 0 | 1 | 334 | 141 | 76 |
| Binary | 111110 | 1111110 | 11111100 | 1001011 | 110010 | 0 | 1 | 11011100 | 1100001 | 111110 |
Color Harmonies of #3E7EFC
Complementary color
Monochromatic Colors of #3E7EFC
Black with #3E7EFC
Text Example
Text Example
White with #3E7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EFC; }
p { color: rgb(62,126,252); }
H1.HeaderClassName
{
color: #3E7EFC;
}
.AnyTagClassName
{
color: #3E7EFC;
}
</style>
background-color css
<style>
a { background-color: #3E7EFC; }
a { background-color: rgb(62,126,252); }
div.DivClassName
{
background-color: #3E7EFC;
}
.BgClassName
{
background-color: #3E7EFC;
}
</style>
border-color css
<style>
span { border-color: #3E7EFC; }
span { border-color: rgb(62,126,252); }
td.TdClassName
{
border-color: #3E7EFC;
}
.TagClassName
{
border-color: #3E7EFC;
}
</style>