Shades of Royal Blue #3E71DD
Tints of Royal Blue #3E71DD
RGB
CMYK
RGB Variations
Color information
#3E71DD (or 0x3E71DD) is known color: Royal Blue. HEX triplet: 3E, 71 and DD. RGB value is (62,113,221). Sum of RGB (Red+Green+Blue) = 62+113+221=396 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.66% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E71DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E71DD is #C18E22. Grayscale: #6D6D6D. Windows color (decimal): -12684835 or 14512446. OLE color: 14512446.
HSL color Cylindrical-coordinate representation of color #3E71DD: hue angle of 220.75º 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 #3E71DD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 113 | 221 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.13 |
| HSL | 220.75º | 0.7% | 0.55% | - |
| HSV(B) | 220.75º | 0.72% | 0.87% | - |
| XYZ | 20.94 | 18.05 | 70.79 | - |
| YUV | 110.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 221 | 0.72 | 0.49 | 0 | 0.13 | 220.75 | 0.7 | 0.55 |
| Hex | 3E | 71 | DD | 48 | 31 | 0 | D | DD | 46 | 37 |
| Octal | 76 | 161 | 335 | 110 | 61 | 0 | 15 | 335 | 106 | 67 |
| Binary | 111110 | 1110001 | 11011101 | 1001000 | 110001 | 0 | 1101 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3E71DD
Complementary color
Monochromatic Colors of #3E71DD
Black with #3E71DD
Text Example
Text Example
White with #3E71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E71DD; }
p { color: rgb(62,113,221); }
H1.HeaderClassName
{
color: #3E71DD;
}
.AnyTagClassName
{
color: #3E71DD;
}
</style>
background-color css
<style>
a { background-color: #3E71DD; }
a { background-color: rgb(62,113,221); }
div.DivClassName
{
background-color: #3E71DD;
}
.BgClassName
{
background-color: #3E71DD;
}
</style>
border-color css
<style>
span { border-color: #3E71DD; }
span { border-color: rgb(62,113,221); }
td.TdClassName
{
border-color: #3E71DD;
}
.TagClassName
{
border-color: #3E71DD;
}
</style>