Shades of Royal Blue #3E5DEB
Tints of Royal Blue #3E5DEB
RGB
CMYK
RGB Variations
Color information
#3E5DEB (or 0x3E5DEB) is known color: Royal Blue. HEX triplet: 3E, 5D and EB. RGB value is (62,93,235). Sum of RGB (Red+Green+Blue) = 62+93+235=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E5DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5DEB is #C1A214. Grayscale: #636363. Windows color (decimal): -12689941 or 15424830. OLE color: 15424830.
HSL color Cylindrical-coordinate representation of color #3E5DEB: hue angle of 229.25º 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 #3E5DEB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 93 | 235 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.08 |
| HSL | 229.25º | 0.81% | 0.58% | - |
| HSV(B) | 229.25º | 0.74% | 0.92% | - |
| XYZ | 20.9 | 14.85 | 80.36 | - |
| YUV | 99.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 235 | 0.74 | 0.60 | 0 | 0.08 | 229.25 | 0.81 | 0.58 |
| Hex | 3E | 5D | EB | 4A | 3C | 0 | 8 | E5 | 51 | 3A |
| Octal | 76 | 135 | 353 | 112 | 74 | 0 | 10 | 345 | 121 | 72 |
| Binary | 111110 | 1011101 | 11101011 | 1001010 | 111100 | 0 | 1000 | 11100101 | 1010001 | 111010 |
Color Harmonies of #3E5DEB
Complementary color
Monochromatic Colors of #3E5DEB
Black with #3E5DEB
Text Example
Text Example
White with #3E5DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DEB; }
p { color: rgb(62,93,235); }
H1.HeaderClassName
{
color: #3E5DEB;
}
.AnyTagClassName
{
color: #3E5DEB;
}
</style>
background-color css
<style>
a { background-color: #3E5DEB; }
a { background-color: rgb(62,93,235); }
div.DivClassName
{
background-color: #3E5DEB;
}
.BgClassName
{
background-color: #3E5DEB;
}
</style>
border-color css
<style>
span { border-color: #3E5DEB; }
span { border-color: rgb(62,93,235); }
td.TdClassName
{
border-color: #3E5DEB;
}
.TagClassName
{
border-color: #3E5DEB;
}
</style>