Shades of Denim #2875C5
Tints of Denim #2875C5
RGB
CMYK
RGB Variations
Color information
#2875C5 (or 0x2875C5) is known color: Denim. HEX triplet: 28, 75 and C5. RGB value is (40,117,197). Sum of RGB (Red+Green+Blue) = 40+117+197=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #2875C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875C5 is #D78A3A. Grayscale: #666666. Windows color (decimal): -14125627 or 12940584. OLE color: 12940584.
HSL color Cylindrical-coordinate representation of color #2875C5: hue angle of 210.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2875C5 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 117 | 197 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.23 |
| HSL | 210.57º | 0.66% | 0.46% | - |
| HSV(B) | 210.57º | 0.8% | 0.77% | - |
| XYZ | 17.31 | 17.2 | 55.23 | - |
| YUV | 103.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 197 | 0.80 | 0.41 | 0 | 0.23 | 210.57 | 0.66 | 0.46 |
| Hex | 28 | 75 | C5 | 50 | 29 | 0 | 17 | D3 | 42 | 2E |
| Octal | 50 | 165 | 305 | 120 | 51 | 0 | 27 | 323 | 102 | 56 |
| Binary | 101000 | 1110101 | 11000101 | 1010000 | 101001 | 0 | 10111 | 11010011 | 1000010 | 101110 |
Color Harmonies of #2875C5
Complementary color
Monochromatic Colors of #2875C5
Black with #2875C5
Text Example
Text Example
White with #2875C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875C5; }
p { color: rgb(40,117,197); }
H1.HeaderClassName
{
color: #2875C5;
}
.AnyTagClassName
{
color: #2875C5;
}
</style>
background-color css
<style>
a { background-color: #2875C5; }
a { background-color: rgb(40,117,197); }
div.DivClassName
{
background-color: #2875C5;
}
.BgClassName
{
background-color: #2875C5;
}
</style>
border-color css
<style>
span { border-color: #2875C5; }
span { border-color: rgb(40,117,197); }
td.TdClassName
{
border-color: #2875C5;
}
.TagClassName
{
border-color: #2875C5;
}
</style>