Shades of Denim #2075CC
Tints of Denim #2075CC
RGB
CMYK
RGB Variations
Color information
#2075CC (or 0x2075CC) is known color: Denim. HEX triplet: 20, 75 and CC. RGB value is (32,117,204). Sum of RGB (Red+Green+Blue) = 32+117+204=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #2075CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075CC is #DF8A33. Grayscale: #656565. Windows color (decimal): -14649908 or 13399328. OLE color: 13399328.
HSL color Cylindrical-coordinate representation of color #2075CC: hue angle of 210.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2075CC is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 117 | 204 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.2 |
| HSL | 210.35º | 0.73% | 0.46% | - |
| HSV(B) | 210.35º | 0.84% | 0.8% | - |
| XYZ | 17.86 | 17.39 | 59.54 | - |
| YUV | 101.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 204 | 0.84 | 0.43 | 0 | 0.2 | 210.35 | 0.73 | 0.46 |
| Hex | 20 | 75 | CC | 54 | 2B | 0 | 14 | D2 | 49 | 2E |
| Octal | 40 | 165 | 314 | 124 | 53 | 0 | 24 | 322 | 111 | 56 |
| Binary | 100000 | 1110101 | 11001100 | 1010100 | 101011 | 0 | 10100 | 11010010 | 1001001 | 101110 |
Color Harmonies of #2075CC
Complementary color
Monochromatic Colors of #2075CC
Black with #2075CC
Text Example
Text Example
White with #2075CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075CC; }
p { color: rgb(32,117,204); }
H1.HeaderClassName
{
color: #2075CC;
}
.AnyTagClassName
{
color: #2075CC;
}
</style>
background-color css
<style>
a { background-color: #2075CC; }
a { background-color: rgb(32,117,204); }
div.DivClassName
{
background-color: #2075CC;
}
.BgClassName
{
background-color: #2075CC;
}
</style>
border-color css
<style>
span { border-color: #2075CC; }
span { border-color: rgb(32,117,204); }
td.TdClassName
{
border-color: #2075CC;
}
.TagClassName
{
border-color: #2075CC;
}
</style>