Shades of Denim #216DB2
Tints of Denim #216DB2
RGB
CMYK
RGB Variations
Color information
#216DB2 (or 0x216DB2) is known color: Denim. HEX triplet: 21, 6D and B2. RGB value is (33,109,178). Sum of RGB (Red+Green+Blue) = 33+109+178=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #216DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216DB2 is #DE924D. Grayscale: #5D5D5D. Windows color (decimal): -14586446 or 11693345. OLE color: 11693345.
HSL color Cylindrical-coordinate representation of color #216DB2: hue angle of 208.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216DB2 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 109 | 178 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.30 |
| HSL | 208.55º | 0.69% | 0.41% | - |
| HSV(B) | 208.55º | 0.81% | 0.7% | - |
| XYZ | 14.13 | 14.47 | 44.17 | - |
| YUV | 94.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 178 | 0.81 | 0.39 | 0 | 0.30 | 208.55 | 0.69 | 0.41 |
| Hex | 21 | 6D | B2 | 51 | 27 | 0 | 1E | D1 | 45 | 29 |
| Octal | 41 | 155 | 262 | 121 | 47 | 0 | 36 | 321 | 105 | 51 |
| Binary | 100001 | 1101101 | 10110010 | 1010001 | 100111 | 0 | 11110 | 11010001 | 1000101 | 101001 |
Color Harmonies of #216DB2
Complementary color
Monochromatic Colors of #216DB2
Black with #216DB2
Text Example
Text Example
White with #216DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DB2; }
p { color: rgb(33,109,178); }
H1.HeaderClassName
{
color: #216DB2;
}
.AnyTagClassName
{
color: #216DB2;
}
</style>
background-color css
<style>
a { background-color: #216DB2; }
a { background-color: rgb(33,109,178); }
div.DivClassName
{
background-color: #216DB2;
}
.BgClassName
{
background-color: #216DB2;
}
</style>
border-color css
<style>
span { border-color: #216DB2; }
span { border-color: rgb(33,109,178); }
td.TdClassName
{
border-color: #216DB2;
}
.TagClassName
{
border-color: #216DB2;
}
</style>