Shades of Denim #216ECE
Tints of Denim #216ECE
RGB
CMYK
RGB Variations
Color information
#216ECE (or 0x216ECE) is known color: Denim. HEX triplet: 21, 6E and CE. RGB value is (33,110,206). Sum of RGB (Red+Green+Blue) = 33+110+206=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #216ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ECE is #DE9131. Grayscale: #616161. Windows color (decimal): -14586162 or 13528609. OLE color: 13528609.
HSL color Cylindrical-coordinate representation of color #216ECE: hue angle of 213.29º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216ECE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 110 | 206 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.19 |
| HSL | 213.29º | 0.72% | 0.47% | - |
| HSV(B) | 213.29º | 0.84% | 0.81% | - |
| XYZ | 17.34 | 15.93 | 60.55 | - |
| YUV | 97.92 | 188.99 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 206 | 0.84 | 0.47 | 0 | 0.19 | 213.29 | 0.72 | 0.47 |
| Hex | 21 | 6E | CE | 54 | 2F | 0 | 13 | D5 | 48 | 2F |
| Octal | 41 | 156 | 316 | 124 | 57 | 0 | 23 | 325 | 110 | 57 |
| Binary | 100001 | 1101110 | 11001110 | 1010100 | 101111 | 0 | 10011 | 11010101 | 1001000 | 101111 |
Color Harmonies of #216ECE
Complementary color
Monochromatic Colors of #216ECE
Black with #216ECE
Text Example
Text Example
White with #216ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216ECE; }
p { color: rgb(33,110,206); }
H1.HeaderClassName
{
color: #216ECE;
}
.AnyTagClassName
{
color: #216ECE;
}
</style>
background-color css
<style>
a { background-color: #216ECE; }
a { background-color: rgb(33,110,206); }
div.DivClassName
{
background-color: #216ECE;
}
.BgClassName
{
background-color: #216ECE;
}
</style>
border-color css
<style>
span { border-color: #216ECE; }
span { border-color: rgb(33,110,206); }
td.TdClassName
{
border-color: #216ECE;
}
.TagClassName
{
border-color: #216ECE;
}
</style>