Shades of Royal Blue #3E7AFC
Tints of Royal Blue #3E7AFC
RGB
CMYK
RGB Variations
Color information
#3E7AFC (or 0x3E7AFC) is known color: Royal Blue. HEX triplet: 3E, 7A and FC. RGB value is (62,122,252). Sum of RGB (Red+Green+Blue) = 62+122+252=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E7AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7AFC is #C18503. Grayscale: #767676. Windows color (decimal): -12682500 or 16546366. OLE color: 16546366.
HSL color Cylindrical-coordinate representation of color #3E7AFC: hue angle of 221.05º 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 #3E7AFC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 122 | 252 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.01 |
| HSL | 221.05º | 0.97% | 0.62% | - |
| HSV(B) | 221.05º | 0.75% | 0.99% | - |
| XYZ | 26.52 | 21.97 | 94.94 | - |
| YUV | 118.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 252 | 0.75 | 0.52 | 0 | 0.01 | 221.05 | 0.97 | 0.62 |
| Hex | 3E | 7A | FC | 4B | 34 | 0 | 1 | DD | 61 | 3E |
| Octal | 76 | 172 | 374 | 113 | 64 | 0 | 1 | 335 | 141 | 76 |
| Binary | 111110 | 1111010 | 11111100 | 1001011 | 110100 | 0 | 1 | 11011101 | 1100001 | 111110 |
Color Harmonies of #3E7AFC
Complementary color
Monochromatic Colors of #3E7AFC
Black with #3E7AFC
Text Example
Text Example
White with #3E7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7AFC; }
p { color: rgb(62,122,252); }
H1.HeaderClassName
{
color: #3E7AFC;
}
.AnyTagClassName
{
color: #3E7AFC;
}
</style>
background-color css
<style>
a { background-color: #3E7AFC; }
a { background-color: rgb(62,122,252); }
div.DivClassName
{
background-color: #3E7AFC;
}
.BgClassName
{
background-color: #3E7AFC;
}
</style>
border-color css
<style>
span { border-color: #3E7AFC; }
span { border-color: rgb(62,122,252); }
td.TdClassName
{
border-color: #3E7AFC;
}
.TagClassName
{
border-color: #3E7AFC;
}
</style>