Shades of Royal Blue #3E55DC
Tints of Royal Blue #3E55DC
RGB
CMYK
RGB Variations
Color information
#3E55DC (or 0x3E55DC) is known color: Royal Blue. HEX triplet: 3E, 55 and DC. RGB value is (62,85,220). Sum of RGB (Red+Green+Blue) = 62+85+220=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E55DC is #C1AA23. Grayscale: #5C5C5C. Windows color (decimal): -12692004 or 14439742. OLE color: 14439742.
HSL color Cylindrical-coordinate representation of color #3E55DC: hue angle of 231.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E55DC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 85 | 220 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.14 |
| HSL | 231.27º | 0.69% | 0.55% | - |
| HSV(B) | 231.27º | 0.72% | 0.86% | - |
| XYZ | 18.15 | 12.69 | 69.2 | - |
| YUV | 93.51 | 199.38 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 220 | 0.72 | 0.61 | 0 | 0.14 | 231.27 | 0.69 | 0.55 |
| Hex | 3E | 55 | DC | 48 | 3D | 0 | E | E7 | 45 | 37 |
| Octal | 76 | 125 | 334 | 110 | 75 | 0 | 16 | 347 | 105 | 67 |
| Binary | 111110 | 1010101 | 11011100 | 1001000 | 111101 | 0 | 1110 | 11100111 | 1000101 | 110111 |
Color Harmonies of #3E55DC
Complementary color
Monochromatic Colors of #3E55DC
Black with #3E55DC
Text Example
Text Example
White with #3E55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E55DC; }
p { color: rgb(62,85,220); }
H1.HeaderClassName
{
color: #3E55DC;
}
.AnyTagClassName
{
color: #3E55DC;
}
</style>
background-color css
<style>
a { background-color: #3E55DC; }
a { background-color: rgb(62,85,220); }
div.DivClassName
{
background-color: #3E55DC;
}
.BgClassName
{
background-color: #3E55DC;
}
</style>
border-color css
<style>
span { border-color: #3E55DC; }
span { border-color: rgb(62,85,220); }
td.TdClassName
{
border-color: #3E55DC;
}
.TagClassName
{
border-color: #3E55DC;
}
</style>