Shades of Denim #2164CC
Tints of Denim #2164CC
RGB
CMYK
RGB Variations
Color information
#2164CC (or 0x2164CC) is known color: Denim. HEX triplet: 21, 64 and CC. RGB value is (33,100,204). Sum of RGB (Red+Green+Blue) = 33+100+204=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2164CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164CC is #DE9B33. Grayscale: #5B5B5B. Windows color (decimal): -14588724 or 13394977. OLE color: 13394977.
HSL color Cylindrical-coordinate representation of color #2164CC: hue angle of 216.49º 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 #2164CC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 100 | 204 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.2 |
| HSL | 216.49º | 0.72% | 0.46% | - |
| HSV(B) | 216.49º | 0.84% | 0.8% | - |
| XYZ | 16.08 | 13.8 | 58.94 | - |
| YUV | 91.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 204 | 0.84 | 0.51 | 0 | 0.2 | 216.49 | 0.72 | 0.46 |
| Hex | 21 | 64 | CC | 54 | 33 | 0 | 14 | D8 | 48 | 2E |
| Octal | 41 | 144 | 314 | 124 | 63 | 0 | 24 | 330 | 110 | 56 |
| Binary | 100001 | 1100100 | 11001100 | 1010100 | 110011 | 0 | 10100 | 11011000 | 1001000 | 101110 |
Color Harmonies of #2164CC
Complementary color
Monochromatic Colors of #2164CC
Black with #2164CC
Text Example
Text Example
White with #2164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164CC; }
p { color: rgb(33,100,204); }
H1.HeaderClassName
{
color: #2164CC;
}
.AnyTagClassName
{
color: #2164CC;
}
</style>
background-color css
<style>
a { background-color: #2164CC; }
a { background-color: rgb(33,100,204); }
div.DivClassName
{
background-color: #2164CC;
}
.BgClassName
{
background-color: #2164CC;
}
</style>
border-color css
<style>
span { border-color: #2164CC; }
span { border-color: rgb(33,100,204); }
td.TdClassName
{
border-color: #2164CC;
}
.TagClassName
{
border-color: #2164CC;
}
</style>