Shades of Denim #216DB4
Tints of Denim #216DB4
RGB
CMYK
RGB Variations
Color information
#216DB4 (or 0x216DB4) is known color: Denim. HEX triplet: 21, 6D and B4. RGB value is (33,109,180). Sum of RGB (Red+Green+Blue) = 33+109+180=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #216DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DB4 is #DE924B. Grayscale: #5E5E5E. Windows color (decimal): -14586444 or 11824417. OLE color: 11824417.
HSL color Cylindrical-coordinate representation of color #216DB4: hue angle of 208.98º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216DB4 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 109 | 180 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.29 |
| HSL | 208.98º | 0.69% | 0.42% | - |
| HSV(B) | 208.98º | 0.82% | 0.71% | - |
| XYZ | 14.33 | 14.56 | 45.23 | - |
| YUV | 94.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 180 | 0.82 | 0.39 | 0 | 0.29 | 208.98 | 0.69 | 0.42 |
| Hex | 21 | 6D | B4 | 52 | 27 | 0 | 1D | D1 | 45 | 2A |
| Octal | 41 | 155 | 264 | 122 | 47 | 0 | 35 | 321 | 105 | 52 |
| Binary | 100001 | 1101101 | 10110100 | 1010010 | 100111 | 0 | 11101 | 11010001 | 1000101 | 101010 |
Color Harmonies of #216DB4
Complementary color
Monochromatic Colors of #216DB4
Black with #216DB4
Text Example
Text Example
White with #216DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DB4; }
p { color: rgb(33,109,180); }
H1.HeaderClassName
{
color: #216DB4;
}
.AnyTagClassName
{
color: #216DB4;
}
</style>
background-color css
<style>
a { background-color: #216DB4; }
a { background-color: rgb(33,109,180); }
div.DivClassName
{
background-color: #216DB4;
}
.BgClassName
{
background-color: #216DB4;
}
</style>
border-color css
<style>
span { border-color: #216DB4; }
span { border-color: rgb(33,109,180); }
td.TdClassName
{
border-color: #216DB4;
}
.TagClassName
{
border-color: #216DB4;
}
</style>