Shades of Denim #205BBC
Tints of Denim #205BBC
RGB
CMYK
RGB Variations
Color information
#205BBC (or 0x205BBC) is known color: Denim. HEX triplet: 20, 5B and BC. RGB value is (32,91,188). Sum of RGB (Red+Green+Blue) = 32+91+188=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #205BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BBC is #DFA443. Grayscale: #535353. Windows color (decimal): -14656580 or 12344096. OLE color: 12344096.
HSL color Cylindrical-coordinate representation of color #205BBC: hue angle of 217.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205BBC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 91 | 188 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.26 |
| HSL | 217.31º | 0.71% | 0.43% | - |
| HSV(B) | 217.31º | 0.83% | 0.74% | - |
| XYZ | 13.41 | 11.42 | 49.07 | - |
| YUV | 84.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 188 | 0.83 | 0.52 | 0 | 0.26 | 217.31 | 0.71 | 0.43 |
| Hex | 20 | 5B | BC | 53 | 34 | 0 | 1A | D9 | 47 | 2B |
| Octal | 40 | 133 | 274 | 123 | 64 | 0 | 32 | 331 | 107 | 53 |
| Binary | 100000 | 1011011 | 10111100 | 1010011 | 110100 | 0 | 11010 | 11011001 | 1000111 | 101011 |
Color Harmonies of #205BBC
Complementary color
Monochromatic Colors of #205BBC
Black with #205BBC
Text Example
Text Example
White with #205BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BBC; }
p { color: rgb(32,91,188); }
H1.HeaderClassName
{
color: #205BBC;
}
.AnyTagClassName
{
color: #205BBC;
}
</style>
background-color css
<style>
a { background-color: #205BBC; }
a { background-color: rgb(32,91,188); }
div.DivClassName
{
background-color: #205BBC;
}
.BgClassName
{
background-color: #205BBC;
}
</style>
border-color css
<style>
span { border-color: #205BBC; }
span { border-color: rgb(32,91,188); }
td.TdClassName
{
border-color: #205BBC;
}
.TagClassName
{
border-color: #205BBC;
}
</style>