Shades of Royal Blue #3872DC
Tints of Royal Blue #3872DC
RGB
CMYK
RGB Variations
Color information
#3872DC (or 0x3872DC) is known color: Royal Blue. HEX triplet: 38, 72 and DC. RGB value is (56,114,220). Sum of RGB (Red+Green+Blue) = 56+114+220=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #3872DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3872DC is #C78D23. Grayscale: #6C6C6C. Windows color (decimal): -13077796 or 14447160. OLE color: 14447160.
HSL color Cylindrical-coordinate representation of color #3872DC: hue angle of 218.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3872DC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 114 | 220 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.14 |
| HSL | 218.78º | 0.7% | 0.54% | - |
| HSV(B) | 218.78º | 0.75% | 0.86% | - |
| XYZ | 20.57 | 18.04 | 70.11 | - |
| YUV | 108.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 220 | 0.75 | 0.48 | 0 | 0.14 | 218.78 | 0.7 | 0.54 |
| Hex | 38 | 72 | DC | 4B | 30 | 0 | E | DB | 46 | 36 |
| Octal | 70 | 162 | 334 | 113 | 60 | 0 | 16 | 333 | 106 | 66 |
| Binary | 111000 | 1110010 | 11011100 | 1001011 | 110000 | 0 | 1110 | 11011011 | 1000110 | 110110 |
Color Harmonies of #3872DC
Complementary color
Monochromatic Colors of #3872DC
Black with #3872DC
Text Example
Text Example
White with #3872DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3872DC; }
p { color: rgb(56,114,220); }
H1.HeaderClassName
{
color: #3872DC;
}
.AnyTagClassName
{
color: #3872DC;
}
</style>
background-color css
<style>
a { background-color: #3872DC; }
a { background-color: rgb(56,114,220); }
div.DivClassName
{
background-color: #3872DC;
}
.BgClassName
{
background-color: #3872DC;
}
</style>
border-color css
<style>
span { border-color: #3872DC; }
span { border-color: rgb(56,114,220); }
td.TdClassName
{
border-color: #3872DC;
}
.TagClassName
{
border-color: #3872DC;
}
</style>