Shades of Denim #2872C1
Tints of Denim #2872C1
RGB
CMYK
RGB Variations
Color information
#2872C1 (or 0x2872C1) is known color: Denim. HEX triplet: 28, 72 and C1. RGB value is (40,114,193). Sum of RGB (Red+Green+Blue) = 40+114+193=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #2872C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2872C1 is #D78D3E. Grayscale: #646464. Windows color (decimal): -14126399 or 12677672. OLE color: 12677672.
HSL color Cylindrical-coordinate representation of color #2872C1: hue angle of 210.98º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2872C1 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 114 | 193 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.24 |
| HSL | 210.98º | 0.66% | 0.46% | - |
| HSV(B) | 210.98º | 0.79% | 0.76% | - |
| XYZ | 16.52 | 16.34 | 52.73 | - |
| YUV | 100.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 193 | 0.79 | 0.41 | 0 | 0.24 | 210.98 | 0.66 | 0.46 |
| Hex | 28 | 72 | C1 | 4F | 29 | 0 | 18 | D3 | 42 | 2E |
| Octal | 50 | 162 | 301 | 117 | 51 | 0 | 30 | 323 | 102 | 56 |
| Binary | 101000 | 1110010 | 11000001 | 1001111 | 101001 | 0 | 11000 | 11010011 | 1000010 | 101110 |
Color Harmonies of #2872C1
Complementary color
Monochromatic Colors of #2872C1
Black with #2872C1
Text Example
Text Example
White with #2872C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872C1; }
p { color: rgb(40,114,193); }
H1.HeaderClassName
{
color: #2872C1;
}
.AnyTagClassName
{
color: #2872C1;
}
</style>
background-color css
<style>
a { background-color: #2872C1; }
a { background-color: rgb(40,114,193); }
div.DivClassName
{
background-color: #2872C1;
}
.BgClassName
{
background-color: #2872C1;
}
</style>
border-color css
<style>
span { border-color: #2872C1; }
span { border-color: rgb(40,114,193); }
td.TdClassName
{
border-color: #2872C1;
}
.TagClassName
{
border-color: #2872C1;
}
</style>