Shades of Denim #2872D2
Tints of Denim #2872D2
RGB
CMYK
RGB Variations
Color information
#2872D2 (or 0x2872D2) is known color: Denim. HEX triplet: 28, 72 and D2. RGB value is (40,114,210). Sum of RGB (Red+Green+Blue) = 40+114+210=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 210 (82.42% from 255 or 57.69% from 364); Max value from RGB is 210 - color contains mainly: blue. Hex color #2872D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2872D2 is #D78D2D. Grayscale: #666666. Windows color (decimal): -14126382 or 13791784. OLE color: 13791784.
HSL color Cylindrical-coordinate representation of color #2872D2: hue angle of 213.88º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2872D2 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 114 | 210 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.18 |
| HSL | 213.88º | 0.68% | 0.49% | - |
| HSV(B) | 213.88º | 0.81% | 0.82% | - |
| XYZ | 18.53 | 17.14 | 63.3 | - |
| YUV | 102.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 210 | 0.81 | 0.46 | 0 | 0.18 | 213.88 | 0.68 | 0.49 |
| Hex | 28 | 72 | D2 | 51 | 2E | 0 | 12 | D6 | 44 | 31 |
| Octal | 50 | 162 | 322 | 121 | 56 | 0 | 22 | 326 | 104 | 61 |
| Binary | 101000 | 1110010 | 11010010 | 1010001 | 101110 | 0 | 10010 | 11010110 | 1000100 | 110001 |
Color Harmonies of #2872D2
Complementary color
Monochromatic Colors of #2872D2
Black with #2872D2
Text Example
Text Example
White with #2872D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872D2; }
p { color: rgb(40,114,210); }
H1.HeaderClassName
{
color: #2872D2;
}
.AnyTagClassName
{
color: #2872D2;
}
</style>
background-color css
<style>
a { background-color: #2872D2; }
a { background-color: rgb(40,114,210); }
div.DivClassName
{
background-color: #2872D2;
}
.BgClassName
{
background-color: #2872D2;
}
</style>
border-color css
<style>
span { border-color: #2872D2; }
span { border-color: rgb(40,114,210); }
td.TdClassName
{
border-color: #2872D2;
}
.TagClassName
{
border-color: #2872D2;
}
</style>