Shades of Denim #216CDA
Tints of Denim #216CDA
RGB
CMYK
RGB Variations
Color information
#216CDA (or 0x216CDA) is known color: Denim. HEX triplet: 21, 6C and DA. RGB value is (33,108,218). Sum of RGB (Red+Green+Blue) = 33+108+218=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #216CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CDA is #DE9325. Grayscale: #616161. Windows color (decimal): -14586662 or 14314529. OLE color: 14314529.
HSL color Cylindrical-coordinate representation of color #216CDA: hue angle of 215.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216CDA is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 108 | 218 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.15 |
| HSL | 215.68º | 0.74% | 0.49% | - |
| HSV(B) | 215.68º | 0.85% | 0.85% | - |
| XYZ | 18.64 | 16.11 | 68.46 | - |
| YUV | 98.12 | 195.65 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 218 | 0.85 | 0.50 | 0 | 0.15 | 215.68 | 0.74 | 0.49 |
| Hex | 21 | 6C | DA | 55 | 32 | 0 | F | D8 | 4A | 31 |
| Octal | 41 | 154 | 332 | 125 | 62 | 0 | 17 | 330 | 112 | 61 |
| Binary | 100001 | 1101100 | 11011010 | 1010101 | 110010 | 0 | 1111 | 11011000 | 1001010 | 110001 |
Color Harmonies of #216CDA
Complementary color
Monochromatic Colors of #216CDA
Black with #216CDA
Text Example
Text Example
White with #216CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CDA; }
p { color: rgb(33,108,218); }
H1.HeaderClassName
{
color: #216CDA;
}
.AnyTagClassName
{
color: #216CDA;
}
</style>
background-color css
<style>
a { background-color: #216CDA; }
a { background-color: rgb(33,108,218); }
div.DivClassName
{
background-color: #216CDA;
}
.BgClassName
{
background-color: #216CDA;
}
</style>
border-color css
<style>
span { border-color: #216CDA; }
span { border-color: rgb(33,108,218); }
td.TdClassName
{
border-color: #216CDA;
}
.TagClassName
{
border-color: #216CDA;
}
</style>