Shades of Royal Blue #3E6AFF
Tints of Royal Blue #3E6AFF
RGB
CMYK
RGB Variations
Color information
#3E6AFF (or 0x3E6AFF) is known color: Royal Blue. HEX triplet: 3E, 6A and FF. RGB value is (62,106,255). Sum of RGB (Red+Green+Blue) = 62+106+255=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6AFF is #C19500. Grayscale: #6D6D6D. Windows color (decimal): -12686593 or 16738878. OLE color: 16738878.
HSL color Cylindrical-coordinate representation of color #3E6AFF: hue angle of 226.32º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E6AFF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 106 | 255 | - |
| CMYK | 0.76 | 0.58 | 0 | 0 |
| HSL | 226.32º | 1% | 0.62% | - |
| HSV(B) | 226.32º | 0.76% | 1% | - |
| XYZ | 25.19 | 18.55 | 96.86 | - |
| YUV | 109.83 | 209.92 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 255 | 0.76 | 0.58 | 0 | 0 | 226.32 | 1 | 0.62 |
| Hex | 3E | 6A | FF | 4C | 3A | 0 | 0 | E2 | 64 | 3E |
| Octal | 76 | 152 | 377 | 114 | 72 | 0 | 0 | 342 | 144 | 76 |
| Binary | 111110 | 1101010 | 11111111 | 1001100 | 111010 | 0 | 0 | 11100010 | 1100100 | 111110 |
Color Harmonies of #3E6AFF
Complementary color
Monochromatic Colors of #3E6AFF
Black with #3E6AFF
Text Example
Text Example
White with #3E6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6AFF; }
p { color: rgb(62,106,255); }
H1.HeaderClassName
{
color: #3E6AFF;
}
.AnyTagClassName
{
color: #3E6AFF;
}
</style>
background-color css
<style>
a { background-color: #3E6AFF; }
a { background-color: rgb(62,106,255); }
div.DivClassName
{
background-color: #3E6AFF;
}
.BgClassName
{
background-color: #3E6AFF;
}
</style>
border-color css
<style>
span { border-color: #3E6AFF; }
span { border-color: rgb(62,106,255); }
td.TdClassName
{
border-color: #3E6AFF;
}
.TagClassName
{
border-color: #3E6AFF;
}
</style>