Shades of Royal Blue #3E56DD
Tints of Royal Blue #3E56DD
RGB
CMYK
RGB Variations
Color information
#3E56DD (or 0x3E56DD) is known color: Royal Blue. HEX triplet: 3E, 56 and DD. RGB value is (62,86,221). Sum of RGB (Red+Green+Blue) = 62+86+221=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E56DD is #C1A922. Grayscale: #5D5D5D. Windows color (decimal): -12691747 or 14505534. OLE color: 14505534.
HSL color Cylindrical-coordinate representation of color #3E56DD: hue angle of 230.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E56DD is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 86 | 221 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.13 |
| HSL | 230.94º | 0.7% | 0.55% | - |
| HSV(B) | 230.94º | 0.72% | 0.87% | - |
| XYZ | 18.37 | 12.9 | 69.93 | - |
| YUV | 94.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 221 | 0.72 | 0.61 | 0 | 0.13 | 230.94 | 0.7 | 0.55 |
| Hex | 3E | 56 | DD | 48 | 3D | 0 | D | E7 | 46 | 37 |
| Octal | 76 | 126 | 335 | 110 | 75 | 0 | 15 | 347 | 106 | 67 |
| Binary | 111110 | 1010110 | 11011101 | 1001000 | 111101 | 0 | 1101 | 11100111 | 1000110 | 110111 |
Color Harmonies of #3E56DD
Complementary color
Monochromatic Colors of #3E56DD
Black with #3E56DD
Text Example
Text Example
White with #3E56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E56DD; }
p { color: rgb(62,86,221); }
H1.HeaderClassName
{
color: #3E56DD;
}
.AnyTagClassName
{
color: #3E56DD;
}
</style>
background-color css
<style>
a { background-color: #3E56DD; }
a { background-color: rgb(62,86,221); }
div.DivClassName
{
background-color: #3E56DD;
}
.BgClassName
{
background-color: #3E56DD;
}
</style>
border-color css
<style>
span { border-color: #3E56DD; }
span { border-color: rgb(62,86,221); }
td.TdClassName
{
border-color: #3E56DD;
}
.TagClassName
{
border-color: #3E56DD;
}
</style>