Shades of Royal Blue #3E6AEF
Tints of Royal Blue #3E6AEF
RGB
CMYK
RGB Variations
Color information
#3E6AEF (or 0x3E6AEF) is known color: Royal Blue. HEX triplet: 3E, 6A and EF. RGB value is (62,106,239). Sum of RGB (Red+Green+Blue) = 62+106+239=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E6AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6AEF is #C19510. Grayscale: #6B6B6B. Windows color (decimal): -12686609 or 15690302. OLE color: 15690302.
HSL color Cylindrical-coordinate representation of color #3E6AEF: hue angle of 225.08º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E6AEF is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 106 | 239 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.06 |
| HSL | 225.08º | 0.85% | 0.59% | - |
| HSV(B) | 225.08º | 0.74% | 0.94% | - |
| XYZ | 22.72 | 17.56 | 83.85 | - |
| YUV | 108.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 239 | 0.74 | 0.56 | 0 | 0.06 | 225.08 | 0.85 | 0.59 |
| Hex | 3E | 6A | EF | 4A | 38 | 0 | 6 | E1 | 55 | 3B |
| Octal | 76 | 152 | 357 | 112 | 70 | 0 | 6 | 341 | 125 | 73 |
| Binary | 111110 | 1101010 | 11101111 | 1001010 | 111000 | 0 | 110 | 11100001 | 1010101 | 111011 |
Color Harmonies of #3E6AEF
Complementary color
Monochromatic Colors of #3E6AEF
Black with #3E6AEF
Text Example
Text Example
White with #3E6AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6AEF; }
p { color: rgb(62,106,239); }
H1.HeaderClassName
{
color: #3E6AEF;
}
.AnyTagClassName
{
color: #3E6AEF;
}
</style>
background-color css
<style>
a { background-color: #3E6AEF; }
a { background-color: rgb(62,106,239); }
div.DivClassName
{
background-color: #3E6AEF;
}
.BgClassName
{
background-color: #3E6AEF;
}
</style>
border-color css
<style>
span { border-color: #3E6AEF; }
span { border-color: rgb(62,106,239); }
td.TdClassName
{
border-color: #3E6AEF;
}
.TagClassName
{
border-color: #3E6AEF;
}
</style>