Shades of Royal Blue #3E6EFB
Tints of Royal Blue #3E6EFB
RGB
CMYK
RGB Variations
Color information
#3E6EFB (or 0x3E6EFB) is known color: Royal Blue. HEX triplet: 3E, 6E and FB. RGB value is (62,110,251). Sum of RGB (Red+Green+Blue) = 62+110+251=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6EFB is #C19104. Grayscale: #6F6F6F. Windows color (decimal): -12685573 or 16477758. OLE color: 16477758.
HSL color Cylindrical-coordinate representation of color #3E6EFB: hue angle of 224.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E6EFB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 110 | 251 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.02 |
| HSL | 224.76º | 0.96% | 0.61% | - |
| HSV(B) | 224.76º | 0.75% | 0.98% | - |
| XYZ | 24.98 | 19.14 | 93.65 | - |
| YUV | 111.72 | 206.6 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 251 | 0.75 | 0.56 | 0 | 0.02 | 224.76 | 0.96 | 0.61 |
| Hex | 3E | 6E | FB | 4B | 38 | 0 | 2 | E1 | 60 | 3D |
| Octal | 76 | 156 | 373 | 113 | 70 | 0 | 2 | 341 | 140 | 75 |
| Binary | 111110 | 1101110 | 11111011 | 1001011 | 111000 | 0 | 10 | 11100001 | 1100000 | 111101 |
Color Harmonies of #3E6EFB
Complementary color
Monochromatic Colors of #3E6EFB
Black with #3E6EFB
Text Example
Text Example
White with #3E6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6EFB; }
p { color: rgb(62,110,251); }
H1.HeaderClassName
{
color: #3E6EFB;
}
.AnyTagClassName
{
color: #3E6EFB;
}
</style>
background-color css
<style>
a { background-color: #3E6EFB; }
a { background-color: rgb(62,110,251); }
div.DivClassName
{
background-color: #3E6EFB;
}
.BgClassName
{
background-color: #3E6EFB;
}
</style>
border-color css
<style>
span { border-color: #3E6EFB; }
span { border-color: rgb(62,110,251); }
td.TdClassName
{
border-color: #3E6EFB;
}
.TagClassName
{
border-color: #3E6EFB;
}
</style>