Shades of Royal Blue #3E6AF6
Tints of Royal Blue #3E6AF6
RGB
CMYK
RGB Variations
Color information
#3E6AF6 (or 0x3E6AF6) is known color: Royal Blue. HEX triplet: 3E, 6A and F6. RGB value is (62,106,246). Sum of RGB (Red+Green+Blue) = 62+106+246=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #3E6AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6AF6 is #C19509. Grayscale: #6C6C6C. Windows color (decimal): -12686602 or 16149054. OLE color: 16149054.
HSL color Cylindrical-coordinate representation of color #3E6AF6: hue angle of 225.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E6AF6 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 106 | 246 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.04 |
| HSL | 225.65º | 0.91% | 0.6% | - |
| HSV(B) | 225.65º | 0.75% | 0.96% | - |
| XYZ | 23.78 | 17.99 | 89.41 | - |
| YUV | 108.8 | 205.42 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 246 | 0.75 | 0.57 | 0 | 0.04 | 225.65 | 0.91 | 0.6 |
| Hex | 3E | 6A | F6 | 4B | 39 | 0 | 4 | E2 | 5B | 3C |
| Octal | 76 | 152 | 366 | 113 | 71 | 0 | 4 | 342 | 133 | 74 |
| Binary | 111110 | 1101010 | 11110110 | 1001011 | 111001 | 0 | 100 | 11100010 | 1011011 | 111100 |
Color Harmonies of #3E6AF6
Complementary color
Monochromatic Colors of #3E6AF6
Black with #3E6AF6
Text Example
Text Example
White with #3E6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6AF6; }
p { color: rgb(62,106,246); }
H1.HeaderClassName
{
color: #3E6AF6;
}
.AnyTagClassName
{
color: #3E6AF6;
}
</style>
background-color css
<style>
a { background-color: #3E6AF6; }
a { background-color: rgb(62,106,246); }
div.DivClassName
{
background-color: #3E6AF6;
}
.BgClassName
{
background-color: #3E6AF6;
}
</style>
border-color css
<style>
span { border-color: #3E6AF6; }
span { border-color: rgb(62,106,246); }
td.TdClassName
{
border-color: #3E6AF6;
}
.TagClassName
{
border-color: #3E6AF6;
}
</style>