Shades of Denim #205CCC
Tints of Denim #205CCC
RGB
CMYK
RGB Variations
Color information
#205CCC (or 0x205CCC) is known color: Denim. HEX triplet: 20, 5C and CC. RGB value is (32,92,204). Sum of RGB (Red+Green+Blue) = 32+92+204=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #205CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CCC is #DFA333. Grayscale: #565656. Windows color (decimal): -14656308 or 13392928. OLE color: 13392928.
HSL color Cylindrical-coordinate representation of color #205CCC: hue angle of 219.07º 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 #205CCC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 92 | 204 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.2 |
| HSL | 219.07º | 0.73% | 0.46% | - |
| HSV(B) | 219.07º | 0.84% | 0.8% | - |
| XYZ | 15.32 | 12.32 | 58.7 | - |
| YUV | 86.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 204 | 0.84 | 0.55 | 0 | 0.2 | 219.07 | 0.73 | 0.46 |
| Hex | 20 | 5C | CC | 54 | 37 | 0 | 14 | DB | 49 | 2E |
| Octal | 40 | 134 | 314 | 124 | 67 | 0 | 24 | 333 | 111 | 56 |
| Binary | 100000 | 1011100 | 11001100 | 1010100 | 110111 | 0 | 10100 | 11011011 | 1001001 | 101110 |
Color Harmonies of #205CCC
Complementary color
Monochromatic Colors of #205CCC
Black with #205CCC
Text Example
Text Example
White with #205CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CCC; }
p { color: rgb(32,92,204); }
H1.HeaderClassName
{
color: #205CCC;
}
.AnyTagClassName
{
color: #205CCC;
}
</style>
background-color css
<style>
a { background-color: #205CCC; }
a { background-color: rgb(32,92,204); }
div.DivClassName
{
background-color: #205CCC;
}
.BgClassName
{
background-color: #205CCC;
}
</style>
border-color css
<style>
span { border-color: #205CCC; }
span { border-color: rgb(32,92,204); }
td.TdClassName
{
border-color: #205CCC;
}
.TagClassName
{
border-color: #205CCC;
}
</style>