Shades of Denim #2162C4
Tints of Denim #2162C4
RGB
CMYK
RGB Variations
Color information
#2162C4 (or 0x2162C4) is known color: Denim. HEX triplet: 21, 62 and C4. RGB value is (33,98,196). Sum of RGB (Red+Green+Blue) = 33+98+196=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #2162C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162C4 is #DE9D3B. Grayscale: #595959. Windows color (decimal): -14589244 or 12870177. OLE color: 12870177.
HSL color Cylindrical-coordinate representation of color #2162C4: hue angle of 216.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2162C4 is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 98 | 196 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.23 |
| HSL | 216.07º | 0.71% | 0.45% | - |
| HSV(B) | 216.07º | 0.83% | 0.77% | - |
| XYZ | 14.96 | 13.04 | 53.95 | - |
| YUV | 89.74 | 187.97 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 196 | 0.83 | 0.5 | 0 | 0.23 | 216.07 | 0.71 | 0.45 |
| Hex | 21 | 62 | C4 | 53 | 32 | 0 | 17 | D8 | 47 | 2D |
| Octal | 41 | 142 | 304 | 123 | 62 | 0 | 27 | 330 | 107 | 55 |
| Binary | 100001 | 1100010 | 11000100 | 1010011 | 110010 | 0 | 10111 | 11011000 | 1000111 | 101101 |
Color Harmonies of #2162C4
Complementary color
Monochromatic Colors of #2162C4
Black with #2162C4
Text Example
Text Example
White with #2162C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162C4; }
p { color: rgb(33,98,196); }
H1.HeaderClassName
{
color: #2162C4;
}
.AnyTagClassName
{
color: #2162C4;
}
</style>
background-color css
<style>
a { background-color: #2162C4; }
a { background-color: rgb(33,98,196); }
div.DivClassName
{
background-color: #2162C4;
}
.BgClassName
{
background-color: #2162C4;
}
</style>
border-color css
<style>
span { border-color: #2162C4; }
span { border-color: rgb(33,98,196); }
td.TdClassName
{
border-color: #2162C4;
}
.TagClassName
{
border-color: #2162C4;
}
</style>