Shades of Royal Blue #3E62EB
Tints of Royal Blue #3E62EB
RGB
CMYK
RGB Variations
Color information
#3E62EB (or 0x3E62EB) is known color: Royal Blue. HEX triplet: 3E, 62 and EB. RGB value is (62,98,235). Sum of RGB (Red+Green+Blue) = 62+98+235=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E62EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E62EB is #C19D14. Grayscale: #666666. Windows color (decimal): -12688661 or 15426110. OLE color: 15426110.
HSL color Cylindrical-coordinate representation of color #3E62EB: hue angle of 227.51º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E62EB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 98 | 235 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.08 |
| HSL | 227.51º | 0.81% | 0.58% | - |
| HSV(B) | 227.51º | 0.74% | 0.92% | - |
| XYZ | 21.35 | 15.76 | 80.51 | - |
| YUV | 102.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 235 | 0.74 | 0.58 | 0 | 0.08 | 227.51 | 0.81 | 0.58 |
| Hex | 3E | 62 | EB | 4A | 3A | 0 | 8 | E4 | 51 | 3A |
| Octal | 76 | 142 | 353 | 112 | 72 | 0 | 10 | 344 | 121 | 72 |
| Binary | 111110 | 1100010 | 11101011 | 1001010 | 111010 | 0 | 1000 | 11100100 | 1010001 | 111010 |
Color Harmonies of #3E62EB
Complementary color
Monochromatic Colors of #3E62EB
Black with #3E62EB
Text Example
Text Example
White with #3E62EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E62EB; }
p { color: rgb(62,98,235); }
H1.HeaderClassName
{
color: #3E62EB;
}
.AnyTagClassName
{
color: #3E62EB;
}
</style>
background-color css
<style>
a { background-color: #3E62EB; }
a { background-color: rgb(62,98,235); }
div.DivClassName
{
background-color: #3E62EB;
}
.BgClassName
{
background-color: #3E62EB;
}
</style>
border-color css
<style>
span { border-color: #3E62EB; }
span { border-color: rgb(62,98,235); }
td.TdClassName
{
border-color: #3E62EB;
}
.TagClassName
{
border-color: #3E62EB;
}
</style>