Shades of Royal Blue #3E88DD
Tints of Royal Blue #3E88DD
RGB
CMYK
RGB Variations
Color information
#3E88DD (or 0x3E88DD) is known color: Royal Blue. HEX triplet: 3E, 88 and DD. RGB value is (62,136,221). Sum of RGB (Red+Green+Blue) = 62+136+221=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E88DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E88DD is #C17722. Grayscale: #7B7B7B. Windows color (decimal): -12678947 or 14518334. OLE color: 14518334.
HSL color Cylindrical-coordinate representation of color #3E88DD: hue angle of 212.08º 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 #3E88DD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 136 | 221 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.13 |
| HSL | 212.08º | 0.7% | 0.55% | - |
| HSV(B) | 212.08º | 0.72% | 0.87% | - |
| XYZ | 23.84 | 23.85 | 71.75 | - |
| YUV | 123.56 | 182.98 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 221 | 0.72 | 0.38 | 0 | 0.13 | 212.08 | 0.7 | 0.55 |
| Hex | 3E | 88 | DD | 48 | 26 | 0 | D | D4 | 46 | 37 |
| Octal | 76 | 210 | 335 | 110 | 46 | 0 | 15 | 324 | 106 | 67 |
| Binary | 111110 | 10001000 | 11011101 | 1001000 | 100110 | 0 | 1101 | 11010100 | 1000110 | 110111 |
Color Harmonies of #3E88DD
Complementary color
Monochromatic Colors of #3E88DD
Black with #3E88DD
Text Example
Text Example
White with #3E88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E88DD; }
p { color: rgb(62,136,221); }
H1.HeaderClassName
{
color: #3E88DD;
}
.AnyTagClassName
{
color: #3E88DD;
}
</style>
background-color css
<style>
a { background-color: #3E88DD; }
a { background-color: rgb(62,136,221); }
div.DivClassName
{
background-color: #3E88DD;
}
.BgClassName
{
background-color: #3E88DD;
}
</style>
border-color css
<style>
span { border-color: #3E88DD; }
span { border-color: rgb(62,136,221); }
td.TdClassName
{
border-color: #3E88DD;
}
.TagClassName
{
border-color: #3E88DD;
}
</style>