Shades of Royal Blue #3E6AFC
Tints of Royal Blue #3E6AFC
RGB
CMYK
RGB Variations
Color information
#3E6AFC (or 0x3E6AFC) is known color: Royal Blue. HEX triplet: 3E, 6A and FC. RGB value is (62,106,252). Sum of RGB (Red+Green+Blue) = 62+106+252=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6AFC is #C19503. Grayscale: #6C6C6C. Windows color (decimal): -12686596 or 16542270. OLE color: 16542270.
HSL color Cylindrical-coordinate representation of color #3E6AFC: hue angle of 226.11º 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 #3E6AFC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 106 | 252 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.01 |
| HSL | 226.11º | 0.97% | 0.62% | - |
| HSV(B) | 226.11º | 0.75% | 0.99% | - |
| XYZ | 24.71 | 18.36 | 94.34 | - |
| YUV | 109.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 252 | 0.75 | 0.58 | 0 | 0.01 | 226.11 | 0.97 | 0.62 |
| Hex | 3E | 6A | FC | 4B | 3A | 0 | 1 | E2 | 61 | 3E |
| Octal | 76 | 152 | 374 | 113 | 72 | 0 | 1 | 342 | 141 | 76 |
| Binary | 111110 | 1101010 | 11111100 | 1001011 | 111010 | 0 | 1 | 11100010 | 1100001 | 111110 |
Color Harmonies of #3E6AFC
Complementary color
Monochromatic Colors of #3E6AFC
Black with #3E6AFC
Text Example
Text Example
White with #3E6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6AFC; }
p { color: rgb(62,106,252); }
H1.HeaderClassName
{
color: #3E6AFC;
}
.AnyTagClassName
{
color: #3E6AFC;
}
</style>
background-color css
<style>
a { background-color: #3E6AFC; }
a { background-color: rgb(62,106,252); }
div.DivClassName
{
background-color: #3E6AFC;
}
.BgClassName
{
background-color: #3E6AFC;
}
</style>
border-color css
<style>
span { border-color: #3E6AFC; }
span { border-color: rgb(62,106,252); }
td.TdClassName
{
border-color: #3E6AFC;
}
.TagClassName
{
border-color: #3E6AFC;
}
</style>