Shades of Denim #2875C8
Tints of Denim #2875C8
RGB
CMYK
RGB Variations
Color information
#2875C8 (or 0x2875C8) is known color: Denim. HEX triplet: 28, 75 and C8. RGB value is (40,117,200). Sum of RGB (Red+Green+Blue) = 40+117+200=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #2875C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875C8 is #D78A37. Grayscale: #676767. Windows color (decimal): -14125624 or 13137192. OLE color: 13137192.
HSL color Cylindrical-coordinate representation of color #2875C8: hue angle of 211.12º 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 #2875C8 is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 117 | 200 | - |
| CMYK | 0.8 | 0.42 | 0 | 0.22 |
| HSL | 211.13º | 0.67% | 0.47% | - |
| HSV(B) | 211.13º | 0.8% | 0.78% | - |
| XYZ | 17.66 | 17.34 | 57.06 | - |
| YUV | 103.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 200 | 0.8 | 0.42 | 0 | 0.22 | 211.13 | 0.67 | 0.47 |
| Hex | 28 | 75 | C8 | 50 | 2A | 0 | 16 | D3 | 43 | 2F |
| Octal | 50 | 165 | 310 | 120 | 52 | 0 | 26 | 323 | 103 | 57 |
| Binary | 101000 | 1110101 | 11001000 | 1010000 | 101010 | 0 | 10110 | 11010011 | 1000011 | 101111 |
Color Harmonies of #2875C8
Complementary color
Monochromatic Colors of #2875C8
Black with #2875C8
Text Example
Text Example
White with #2875C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875C8; }
p { color: rgb(40,117,200); }
H1.HeaderClassName
{
color: #2875C8;
}
.AnyTagClassName
{
color: #2875C8;
}
</style>
background-color css
<style>
a { background-color: #2875C8; }
a { background-color: rgb(40,117,200); }
div.DivClassName
{
background-color: #2875C8;
}
.BgClassName
{
background-color: #2875C8;
}
</style>
border-color css
<style>
span { border-color: #2875C8; }
span { border-color: rgb(40,117,200); }
td.TdClassName
{
border-color: #2875C8;
}
.TagClassName
{
border-color: #2875C8;
}
</style>