Shades of Denim #2873C8
Tints of Denim #2873C8
RGB
CMYK
RGB Variations
Color information
#2873C8 (or 0x2873C8) is known color: Denim. HEX triplet: 28, 73 and C8. RGB value is (40,115,200). Sum of RGB (Red+Green+Blue) = 40+115+200=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #2873C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873C8 is #D78C37. Grayscale: #656565. Windows color (decimal): -14126136 or 13136680. OLE color: 13136680.
HSL color Cylindrical-coordinate representation of color #2873C8: hue angle of 211.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2873C8 is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 115 | 200 | - |
| CMYK | 0.8 | 0.42 | 0 | 0.22 |
| HSL | 211.88º | 0.67% | 0.47% | - |
| HSV(B) | 211.88º | 0.8% | 0.78% | - |
| XYZ | 17.43 | 16.88 | 56.98 | - |
| YUV | 102.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 200 | 0.8 | 0.42 | 0 | 0.22 | 211.88 | 0.67 | 0.47 |
| Hex | 28 | 73 | C8 | 50 | 2A | 0 | 16 | D4 | 43 | 2F |
| Octal | 50 | 163 | 310 | 120 | 52 | 0 | 26 | 324 | 103 | 57 |
| Binary | 101000 | 1110011 | 11001000 | 1010000 | 101010 | 0 | 10110 | 11010100 | 1000011 | 101111 |
Color Harmonies of #2873C8
Complementary color
Monochromatic Colors of #2873C8
Black with #2873C8
Text Example
Text Example
White with #2873C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873C8; }
p { color: rgb(40,115,200); }
H1.HeaderClassName
{
color: #2873C8;
}
.AnyTagClassName
{
color: #2873C8;
}
</style>
background-color css
<style>
a { background-color: #2873C8; }
a { background-color: rgb(40,115,200); }
div.DivClassName
{
background-color: #2873C8;
}
.BgClassName
{
background-color: #2873C8;
}
</style>
border-color css
<style>
span { border-color: #2873C8; }
span { border-color: rgb(40,115,200); }
td.TdClassName
{
border-color: #2873C8;
}
.TagClassName
{
border-color: #2873C8;
}
</style>