Shades of Royal Blue #3887DD
Tints of Royal Blue #3887DD
RGB
CMYK
RGB Variations
Color information
#3887DD (or 0x3887DD) is known color: Royal Blue. HEX triplet: 38, 87 and DD. RGB value is (56,135,221). Sum of RGB (Red+Green+Blue) = 56+135+221=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3887DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887DD is #C77822. Grayscale: #787878. Windows color (decimal): -13072419 or 14518072. OLE color: 14518072.
HSL color Cylindrical-coordinate representation of color #3887DD: hue angle of 211.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3887DD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 135 | 221 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.13 |
| HSL | 211.27º | 0.71% | 0.54% | - |
| HSV(B) | 211.27º | 0.75% | 0.87% | - |
| XYZ | 23.35 | 23.39 | 71.69 | - |
| YUV | 121.18 | 184.33 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 221 | 0.75 | 0.39 | 0 | 0.13 | 211.27 | 0.71 | 0.54 |
| Hex | 38 | 87 | DD | 4B | 27 | 0 | D | D3 | 47 | 36 |
| Octal | 70 | 207 | 335 | 113 | 47 | 0 | 15 | 323 | 107 | 66 |
| Binary | 111000 | 10000111 | 11011101 | 1001011 | 100111 | 0 | 1101 | 11010011 | 1000111 | 110110 |
Color Harmonies of #3887DD
Complementary color
Monochromatic Colors of #3887DD
Black with #3887DD
Text Example
Text Example
White with #3887DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887DD; }
p { color: rgb(56,135,221); }
H1.HeaderClassName
{
color: #3887DD;
}
.AnyTagClassName
{
color: #3887DD;
}
</style>
background-color css
<style>
a { background-color: #3887DD; }
a { background-color: rgb(56,135,221); }
div.DivClassName
{
background-color: #3887DD;
}
.BgClassName
{
background-color: #3887DD;
}
</style>
border-color css
<style>
span { border-color: #3887DD; }
span { border-color: rgb(56,135,221); }
td.TdClassName
{
border-color: #3887DD;
}
.TagClassName
{
border-color: #3887DD;
}
</style>