Shades of Denim #216BBB
Tints of Denim #216BBB
RGB
CMYK
RGB Variations
Color information
#216BBB (or 0x216BBB) is known color: Denim. HEX triplet: 21, 6B and BB. RGB value is (33,107,187). Sum of RGB (Red+Green+Blue) = 33+107+187=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #216BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BBB is #DE9444. Grayscale: #5D5D5D. Windows color (decimal): -14586949 or 12282657. OLE color: 12282657.
HSL color Cylindrical-coordinate representation of color #216BBB: hue angle of 211.17º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216BBB is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 107 | 187 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.27 |
| HSL | 211.17º | 0.7% | 0.43% | - |
| HSV(B) | 211.17º | 0.82% | 0.73% | - |
| XYZ | 14.85 | 14.43 | 49.02 | - |
| YUV | 93.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 187 | 0.82 | 0.43 | 0 | 0.27 | 211.17 | 0.7 | 0.43 |
| Hex | 21 | 6B | BB | 52 | 2B | 0 | 1B | D3 | 46 | 2B |
| Octal | 41 | 153 | 273 | 122 | 53 | 0 | 33 | 323 | 106 | 53 |
| Binary | 100001 | 1101011 | 10111011 | 1010010 | 101011 | 0 | 11011 | 11010011 | 1000110 | 101011 |
Color Harmonies of #216BBB
Complementary color
Monochromatic Colors of #216BBB
Black with #216BBB
Text Example
Text Example
White with #216BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BBB; }
p { color: rgb(33,107,187); }
H1.HeaderClassName
{
color: #216BBB;
}
.AnyTagClassName
{
color: #216BBB;
}
</style>
background-color css
<style>
a { background-color: #216BBB; }
a { background-color: rgb(33,107,187); }
div.DivClassName
{
background-color: #216BBB;
}
.BgClassName
{
background-color: #216BBB;
}
</style>
border-color css
<style>
span { border-color: #216BBB; }
span { border-color: rgb(33,107,187); }
td.TdClassName
{
border-color: #216BBB;
}
.TagClassName
{
border-color: #216BBB;
}
</style>