Shades of Denim #216DB3
Tints of Denim #216DB3
RGB
CMYK
RGB Variations
Color information
#216DB3 (or 0x216DB3) is known color: Denim. HEX triplet: 21, 6D and B3. RGB value is (33,109,179). Sum of RGB (Red+Green+Blue) = 33+109+179=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #216DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DB3 is #DE924C. Grayscale: #5D5D5D. Windows color (decimal): -14586445 or 11758881. OLE color: 11758881.
HSL color Cylindrical-coordinate representation of color #216DB3: hue angle of 208.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216DB3 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 109 | 179 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.30 |
| HSL | 208.77º | 0.69% | 0.42% | - |
| HSV(B) | 208.77º | 0.82% | 0.7% | - |
| XYZ | 14.23 | 14.52 | 44.7 | - |
| YUV | 94.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 179 | 0.82 | 0.39 | 0 | 0.30 | 208.77 | 0.69 | 0.42 |
| Hex | 21 | 6D | B3 | 52 | 27 | 0 | 1E | D1 | 45 | 2A |
| Octal | 41 | 155 | 263 | 122 | 47 | 0 | 36 | 321 | 105 | 52 |
| Binary | 100001 | 1101101 | 10110011 | 1010010 | 100111 | 0 | 11110 | 11010001 | 1000101 | 101010 |
Color Harmonies of #216DB3
Complementary color
Monochromatic Colors of #216DB3
Black with #216DB3
Text Example
Text Example
White with #216DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DB3; }
p { color: rgb(33,109,179); }
H1.HeaderClassName
{
color: #216DB3;
}
.AnyTagClassName
{
color: #216DB3;
}
</style>
background-color css
<style>
a { background-color: #216DB3; }
a { background-color: rgb(33,109,179); }
div.DivClassName
{
background-color: #216DB3;
}
.BgClassName
{
background-color: #216DB3;
}
</style>
border-color css
<style>
span { border-color: #216DB3; }
span { border-color: rgb(33,109,179); }
td.TdClassName
{
border-color: #216DB3;
}
.TagClassName
{
border-color: #216DB3;
}
</style>