Shades of Denim #216FCC
Tints of Denim #216FCC
RGB
CMYK
RGB Variations
Color information
#216FCC (or 0x216FCC) is known color: Denim. HEX triplet: 21, 6F and CC. RGB value is (33,111,204). Sum of RGB (Red+Green+Blue) = 33+111+204=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #216FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FCC is #DE9033. Grayscale: #616161. Windows color (decimal): -14585908 or 13397793. OLE color: 13397793.
HSL color Cylindrical-coordinate representation of color #216FCC: hue angle of 212.63º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216FCC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 111 | 204 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.2 |
| HSL | 212.63º | 0.72% | 0.46% | - |
| HSV(B) | 212.63º | 0.84% | 0.8% | - |
| XYZ | 17.21 | 16.05 | 59.32 | - |
| YUV | 98.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 204 | 0.84 | 0.46 | 0 | 0.2 | 212.63 | 0.72 | 0.46 |
| Hex | 21 | 6F | CC | 54 | 2E | 0 | 14 | D5 | 48 | 2E |
| Octal | 41 | 157 | 314 | 124 | 56 | 0 | 24 | 325 | 110 | 56 |
| Binary | 100001 | 1101111 | 11001100 | 1010100 | 101110 | 0 | 10100 | 11010101 | 1001000 | 101110 |
Color Harmonies of #216FCC
Complementary color
Monochromatic Colors of #216FCC
Black with #216FCC
Text Example
Text Example
White with #216FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FCC; }
p { color: rgb(33,111,204); }
H1.HeaderClassName
{
color: #216FCC;
}
.AnyTagClassName
{
color: #216FCC;
}
</style>
background-color css
<style>
a { background-color: #216FCC; }
a { background-color: rgb(33,111,204); }
div.DivClassName
{
background-color: #216FCC;
}
.BgClassName
{
background-color: #216FCC;
}
</style>
border-color css
<style>
span { border-color: #216FCC; }
span { border-color: rgb(33,111,204); }
td.TdClassName
{
border-color: #216FCC;
}
.TagClassName
{
border-color: #216FCC;
}
</style>