Shades of Royal Blue #3E6EFA
Tints of Royal Blue #3E6EFA
RGB
CMYK
RGB Variations
Color information
#3E6EFA (or 0x3E6EFA) is known color: Royal Blue. HEX triplet: 3E, 6E and FA. RGB value is (62,110,250). Sum of RGB (Red+Green+Blue) = 62+110+250=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6EFA is #C19105. Grayscale: #6E6E6E. Windows color (decimal): -12685574 or 16412222. OLE color: 16412222.
HSL color Cylindrical-coordinate representation of color #3E6EFA: hue angle of 224.68º degrees, saturation: 0.95, 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 #3E6EFA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 110 | 250 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.02 |
| HSL | 224.68º | 0.95% | 0.61% | - |
| HSV(B) | 224.68º | 0.75% | 0.98% | - |
| XYZ | 24.82 | 19.08 | 92.82 | - |
| YUV | 111.61 | 206.1 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 250 | 0.75 | 0.56 | 0 | 0.02 | 224.68 | 0.95 | 0.61 |
| Hex | 3E | 6E | FA | 4B | 38 | 0 | 2 | E1 | 5F | 3D |
| Octal | 76 | 156 | 372 | 113 | 70 | 0 | 2 | 341 | 137 | 75 |
| Binary | 111110 | 1101110 | 11111010 | 1001011 | 111000 | 0 | 10 | 11100001 | 1011111 | 111101 |
Color Harmonies of #3E6EFA
Complementary color
Monochromatic Colors of #3E6EFA
Black with #3E6EFA
Text Example
Text Example
White with #3E6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6EFA; }
p { color: rgb(62,110,250); }
H1.HeaderClassName
{
color: #3E6EFA;
}
.AnyTagClassName
{
color: #3E6EFA;
}
</style>
background-color css
<style>
a { background-color: #3E6EFA; }
a { background-color: rgb(62,110,250); }
div.DivClassName
{
background-color: #3E6EFA;
}
.BgClassName
{
background-color: #3E6EFA;
}
</style>
border-color css
<style>
span { border-color: #3E6EFA; }
span { border-color: rgb(62,110,250); }
td.TdClassName
{
border-color: #3E6EFA;
}
.TagClassName
{
border-color: #3E6EFA;
}
</style>