Shades of Royal Blue #3E5BDF
Tints of Royal Blue #3E5BDF
RGB
CMYK
RGB Variations
Color information
#3E5BDF (or 0x3E5BDF) is known color: Royal Blue. HEX triplet: 3E, 5B and DF. RGB value is (62,91,223). Sum of RGB (Red+Green+Blue) = 62+91+223=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E5BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BDF is #C1A420. Grayscale: #606060. Windows color (decimal): -12690465 or 14637886. OLE color: 14637886.
HSL color Cylindrical-coordinate representation of color #3E5BDF: hue angle of 229.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5BDF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 91 | 223 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.13 |
| HSL | 229.19º | 0.72% | 0.56% | - |
| HSV(B) | 229.19º | 0.72% | 0.87% | - |
| XYZ | 19.05 | 13.83 | 71.48 | - |
| YUV | 97.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 223 | 0.72 | 0.59 | 0 | 0.13 | 229.19 | 0.72 | 0.56 |
| Hex | 3E | 5B | DF | 48 | 3B | 0 | D | E5 | 48 | 38 |
| Octal | 76 | 133 | 337 | 110 | 73 | 0 | 15 | 345 | 110 | 70 |
| Binary | 111110 | 1011011 | 11011111 | 1001000 | 111011 | 0 | 1101 | 11100101 | 1001000 | 111000 |
Color Harmonies of #3E5BDF
Complementary color
Monochromatic Colors of #3E5BDF
Black with #3E5BDF
Text Example
Text Example
White with #3E5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BDF; }
p { color: rgb(62,91,223); }
H1.HeaderClassName
{
color: #3E5BDF;
}
.AnyTagClassName
{
color: #3E5BDF;
}
</style>
background-color css
<style>
a { background-color: #3E5BDF; }
a { background-color: rgb(62,91,223); }
div.DivClassName
{
background-color: #3E5BDF;
}
.BgClassName
{
background-color: #3E5BDF;
}
</style>
border-color css
<style>
span { border-color: #3E5BDF; }
span { border-color: rgb(62,91,223); }
td.TdClassName
{
border-color: #3E5BDF;
}
.TagClassName
{
border-color: #3E5BDF;
}
</style>