Shades of Royal Blue #3E62EC
Tints of Royal Blue #3E62EC
RGB
CMYK
RGB Variations
Color information
#3E62EC (or 0x3E62EC) is known color: Royal Blue. HEX triplet: 3E, 62 and EC. RGB value is (62,98,236). Sum of RGB (Red+Green+Blue) = 62+98+236=396 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.66% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #3E62EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E62EC is #C19D13. Grayscale: #666666. Windows color (decimal): -12688660 or 15491646. OLE color: 15491646.
HSL color Cylindrical-coordinate representation of color #3E62EC: hue angle of 227.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E62EC is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 98 | 236 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.07 |
| HSL | 227.59º | 0.82% | 0.58% | - |
| HSV(B) | 227.59º | 0.74% | 0.93% | - |
| XYZ | 21.49 | 15.82 | 81.28 | - |
| YUV | 102.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 236 | 0.74 | 0.58 | 0 | 0.07 | 227.59 | 0.82 | 0.58 |
| Hex | 3E | 62 | EC | 4A | 3A | 0 | 7 | E4 | 52 | 3A |
| Octal | 76 | 142 | 354 | 112 | 72 | 0 | 7 | 344 | 122 | 72 |
| Binary | 111110 | 1100010 | 11101100 | 1001010 | 111010 | 0 | 111 | 11100100 | 1010010 | 111010 |
Color Harmonies of #3E62EC
Complementary color
Monochromatic Colors of #3E62EC
Black with #3E62EC
Text Example
Text Example
White with #3E62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E62EC; }
p { color: rgb(62,98,236); }
H1.HeaderClassName
{
color: #3E62EC;
}
.AnyTagClassName
{
color: #3E62EC;
}
</style>
background-color css
<style>
a { background-color: #3E62EC; }
a { background-color: rgb(62,98,236); }
div.DivClassName
{
background-color: #3E62EC;
}
.BgClassName
{
background-color: #3E62EC;
}
</style>
border-color css
<style>
span { border-color: #3E62EC; }
span { border-color: rgb(62,98,236); }
td.TdClassName
{
border-color: #3E62EC;
}
.TagClassName
{
border-color: #3E62EC;
}
</style>