Shades of Royal Blue #3E5BEC
Tints of Royal Blue #3E5BEC
RGB
CMYK
RGB Variations
Color information
#3E5BEC (or 0x3E5BEC) is known color: Royal Blue. HEX triplet: 3E, 5B and EC. RGB value is (62,91,236). Sum of RGB (Red+Green+Blue) = 62+91+236=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #3E5BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5BEC is #C1A413. Grayscale: #626262. Windows color (decimal): -12690452 or 15489854. OLE color: 15489854.
HSL color Cylindrical-coordinate representation of color #3E5BEC: hue angle of 230º 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 #3E5BEC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 91 | 236 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.07 |
| HSL | 230º | 0.82% | 0.58% | - |
| HSV(B) | 230º | 0.74% | 0.93% | - |
| XYZ | 20.87 | 14.56 | 81.07 | - |
| YUV | 98.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 236 | 0.74 | 0.61 | 0 | 0.07 | 230 | 0.82 | 0.58 |
| Hex | 3E | 5B | EC | 4A | 3D | 0 | 7 | E6 | 52 | 3A |
| Octal | 76 | 133 | 354 | 112 | 75 | 0 | 7 | 346 | 122 | 72 |
| Binary | 111110 | 1011011 | 11101100 | 1001010 | 111101 | 0 | 111 | 11100110 | 1010010 | 111010 |
Color Harmonies of #3E5BEC
Complementary color
Monochromatic Colors of #3E5BEC
Black with #3E5BEC
Text Example
Text Example
White with #3E5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BEC; }
p { color: rgb(62,91,236); }
H1.HeaderClassName
{
color: #3E5BEC;
}
.AnyTagClassName
{
color: #3E5BEC;
}
</style>
background-color css
<style>
a { background-color: #3E5BEC; }
a { background-color: rgb(62,91,236); }
div.DivClassName
{
background-color: #3E5BEC;
}
.BgClassName
{
background-color: #3E5BEC;
}
</style>
border-color css
<style>
span { border-color: #3E5BEC; }
span { border-color: rgb(62,91,236); }
td.TdClassName
{
border-color: #3E5BEC;
}
.TagClassName
{
border-color: #3E5BEC;
}
</style>