Shades of Denim #205BC2
Tints of Denim #205BC2
RGB
CMYK
RGB Variations
Color information
#205BC2 (or 0x205BC2) is known color: Denim. HEX triplet: 20, 5B and C2. RGB value is (32,91,194). Sum of RGB (Red+Green+Blue) = 32+91+194=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #205BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BC2 is #DFA43D. Grayscale: #545454. Windows color (decimal): -14656574 or 12737312. OLE color: 12737312.
HSL color Cylindrical-coordinate representation of color #205BC2: hue angle of 218.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205BC2 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 91 | 194 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.24 |
| HSL | 218.15º | 0.72% | 0.44% | - |
| HSV(B) | 218.15º | 0.84% | 0.76% | - |
| XYZ | 14.07 | 11.68 | 52.55 | - |
| YUV | 85.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 194 | 0.84 | 0.53 | 0 | 0.24 | 218.15 | 0.72 | 0.44 |
| Hex | 20 | 5B | C2 | 54 | 35 | 0 | 18 | DA | 48 | 2C |
| Octal | 40 | 133 | 302 | 124 | 65 | 0 | 30 | 332 | 110 | 54 |
| Binary | 100000 | 1011011 | 11000010 | 1010100 | 110101 | 0 | 11000 | 11011010 | 1001000 | 101100 |
Color Harmonies of #205BC2
Complementary color
Monochromatic Colors of #205BC2
Black with #205BC2
Text Example
Text Example
White with #205BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BC2; }
p { color: rgb(32,91,194); }
H1.HeaderClassName
{
color: #205BC2;
}
.AnyTagClassName
{
color: #205BC2;
}
</style>
background-color css
<style>
a { background-color: #205BC2; }
a { background-color: rgb(32,91,194); }
div.DivClassName
{
background-color: #205BC2;
}
.BgClassName
{
background-color: #205BC2;
}
</style>
border-color css
<style>
span { border-color: #205BC2; }
span { border-color: rgb(32,91,194); }
td.TdClassName
{
border-color: #205BC2;
}
.TagClassName
{
border-color: #205BC2;
}
</style>