Shades of Royal Blue #3872DD
Tints of Royal Blue #3872DD
RGB
CMYK
RGB Variations
Color information
#3872DD (or 0x3872DD) is known color: Royal Blue. HEX triplet: 38, 72 and DD. RGB value is (56,114,221). Sum of RGB (Red+Green+Blue) = 56+114+221=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #3872DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3872DD is #C78D22. Grayscale: #6C6C6C. Windows color (decimal): -13077795 or 14512696. OLE color: 14512696.
HSL color Cylindrical-coordinate representation of color #3872DD: hue angle of 218.91º 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 #3872DD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 114 | 221 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.13 |
| HSL | 218.91º | 0.71% | 0.54% | - |
| HSV(B) | 218.91º | 0.75% | 0.87% | - |
| XYZ | 20.7 | 18.1 | 70.81 | - |
| YUV | 108.86 | 191.28 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 221 | 0.75 | 0.48 | 0 | 0.13 | 218.91 | 0.71 | 0.54 |
| Hex | 38 | 72 | DD | 4B | 30 | 0 | D | DB | 47 | 36 |
| Octal | 70 | 162 | 335 | 113 | 60 | 0 | 15 | 333 | 107 | 66 |
| Binary | 111000 | 1110010 | 11011101 | 1001011 | 110000 | 0 | 1101 | 11011011 | 1000111 | 110110 |
Color Harmonies of #3872DD
Complementary color
Monochromatic Colors of #3872DD
Black with #3872DD
Text Example
Text Example
White with #3872DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3872DD; }
p { color: rgb(56,114,221); }
H1.HeaderClassName
{
color: #3872DD;
}
.AnyTagClassName
{
color: #3872DD;
}
</style>
background-color css
<style>
a { background-color: #3872DD; }
a { background-color: rgb(56,114,221); }
div.DivClassName
{
background-color: #3872DD;
}
.BgClassName
{
background-color: #3872DD;
}
</style>
border-color css
<style>
span { border-color: #3872DD; }
span { border-color: rgb(56,114,221); }
td.TdClassName
{
border-color: #3872DD;
}
.TagClassName
{
border-color: #3872DD;
}
</style>