Shades of Denim #2162CE
Tints of Denim #2162CE
RGB
CMYK
RGB Variations
Color information
#2162CE (or 0x2162CE) is known color: Denim. HEX triplet: 21, 62 and CE. RGB value is (33,98,206). Sum of RGB (Red+Green+Blue) = 33+98+206=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #2162CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162CE is #DE9D31. Grayscale: #5A5A5A. Windows color (decimal): -14589234 or 13525537. OLE color: 13525537.
HSL color Cylindrical-coordinate representation of color #2162CE: hue angle of 217.46º 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 #2162CE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 98 | 206 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.19 |
| HSL | 217.46º | 0.72% | 0.47% | - |
| HSV(B) | 217.46º | 0.84% | 0.81% | - |
| XYZ | 16.14 | 13.51 | 60.15 | - |
| YUV | 90.88 | 192.97 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 206 | 0.84 | 0.52 | 0 | 0.19 | 217.46 | 0.72 | 0.47 |
| Hex | 21 | 62 | CE | 54 | 34 | 0 | 13 | D9 | 48 | 2F |
| Octal | 41 | 142 | 316 | 124 | 64 | 0 | 23 | 331 | 110 | 57 |
| Binary | 100001 | 1100010 | 11001110 | 1010100 | 110100 | 0 | 10011 | 11011001 | 1001000 | 101111 |
Color Harmonies of #2162CE
Complementary color
Monochromatic Colors of #2162CE
Black with #2162CE
Text Example
Text Example
White with #2162CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162CE; }
p { color: rgb(33,98,206); }
H1.HeaderClassName
{
color: #2162CE;
}
.AnyTagClassName
{
color: #2162CE;
}
</style>
background-color css
<style>
a { background-color: #2162CE; }
a { background-color: rgb(33,98,206); }
div.DivClassName
{
background-color: #2162CE;
}
.BgClassName
{
background-color: #2162CE;
}
</style>
border-color css
<style>
span { border-color: #2162CE; }
span { border-color: rgb(33,98,206); }
td.TdClassName
{
border-color: #2162CE;
}
.TagClassName
{
border-color: #2162CE;
}
</style>