Shades of Royal Blue #3E5BEE
Tints of Royal Blue #3E5BEE
RGB
CMYK
RGB Variations
Color information
#3E5BEE (or 0x3E5BEE) is known color: Royal Blue. HEX triplet: 3E, 5B and EE. RGB value is (62,91,238). Sum of RGB (Red+Green+Blue) = 62+91+238=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E5BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5BEE is #C1A411. Grayscale: #626262. Windows color (decimal): -12690450 or 15620926. OLE color: 15620926.
HSL color Cylindrical-coordinate representation of color #3E5BEE: hue angle of 230.11º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5BEE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 91 | 238 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.07 |
| HSL | 230.11º | 0.84% | 0.59% | - |
| HSV(B) | 230.11º | 0.74% | 0.93% | - |
| XYZ | 21.16 | 14.68 | 82.61 | - |
| YUV | 99.09 | 206.39 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 238 | 0.74 | 0.62 | 0 | 0.07 | 230.11 | 0.84 | 0.59 |
| Hex | 3E | 5B | EE | 4A | 3E | 0 | 7 | E6 | 54 | 3B |
| Octal | 76 | 133 | 356 | 112 | 76 | 0 | 7 | 346 | 124 | 73 |
| Binary | 111110 | 1011011 | 11101110 | 1001010 | 111110 | 0 | 111 | 11100110 | 1010100 | 111011 |
Color Harmonies of #3E5BEE
Complementary color
Monochromatic Colors of #3E5BEE
Black with #3E5BEE
Text Example
Text Example
White with #3E5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BEE; }
p { color: rgb(62,91,238); }
H1.HeaderClassName
{
color: #3E5BEE;
}
.AnyTagClassName
{
color: #3E5BEE;
}
</style>
background-color css
<style>
a { background-color: #3E5BEE; }
a { background-color: rgb(62,91,238); }
div.DivClassName
{
background-color: #3E5BEE;
}
.BgClassName
{
background-color: #3E5BEE;
}
</style>
border-color css
<style>
span { border-color: #3E5BEE; }
span { border-color: rgb(62,91,238); }
td.TdClassName
{
border-color: #3E5BEE;
}
.TagClassName
{
border-color: #3E5BEE;
}
</style>