Shades of Denim #2975C8
Tints of Denim #2975C8
RGB
CMYK
RGB Variations
Color information
#2975C8 (or 0x2975C8) is known color: Denim. HEX triplet: 29, 75 and C8. RGB value is (41,117,200). Sum of RGB (Red+Green+Blue) = 41+117+200=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #2975C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2975C8 is #D68A37. Grayscale: #676767. Windows color (decimal): -14060088 or 13137193. OLE color: 13137193.
HSL color Cylindrical-coordinate representation of color #2975C8: hue angle of 211.32º degrees, saturation: 0.66, 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 #2975C8 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 117 | 200 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.22 |
| HSL | 211.32º | 0.66% | 0.47% | - |
| HSV(B) | 211.32º | 0.8% | 0.78% | - |
| XYZ | 17.7 | 17.36 | 57.06 | - |
| YUV | 103.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 200 | 0.80 | 0.42 | 0 | 0.22 | 211.32 | 0.66 | 0.47 |
| Hex | 29 | 75 | C8 | 50 | 2A | 0 | 16 | D3 | 42 | 2F |
| Octal | 51 | 165 | 310 | 120 | 52 | 0 | 26 | 323 | 102 | 57 |
| Binary | 101001 | 1110101 | 11001000 | 1010000 | 101010 | 0 | 10110 | 11010011 | 1000010 | 101111 |
Color Harmonies of #2975C8
Complementary color
Monochromatic Colors of #2975C8
Black with #2975C8
Text Example
Text Example
White with #2975C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2975C8; }
p { color: rgb(41,117,200); }
H1.HeaderClassName
{
color: #2975C8;
}
.AnyTagClassName
{
color: #2975C8;
}
</style>
background-color css
<style>
a { background-color: #2975C8; }
a { background-color: rgb(41,117,200); }
div.DivClassName
{
background-color: #2975C8;
}
.BgClassName
{
background-color: #2975C8;
}
</style>
border-color css
<style>
span { border-color: #2975C8; }
span { border-color: rgb(41,117,200); }
td.TdClassName
{
border-color: #2975C8;
}
.TagClassName
{
border-color: #2975C8;
}
</style>