Shades of Denim #2178C6
Tints of Denim #2178C6
RGB
CMYK
RGB Variations
Color information
#2178C6 (or 0x2178C6) is known color: Denim. HEX triplet: 21, 78 and C6. RGB value is (33,120,198). Sum of RGB (Red+Green+Blue) = 33+120+198=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #2178C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178C6 is #DE8739. Grayscale: #666666. Windows color (decimal): -14583610 or 13006881. OLE color: 13006881.
HSL color Cylindrical-coordinate representation of color #2178C6: hue angle of 208.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2178C6 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 120 | 198 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.22 |
| HSL | 208.36º | 0.71% | 0.45% | - |
| HSV(B) | 208.36º | 0.83% | 0.78% | - |
| XYZ | 17.54 | 17.83 | 55.94 | - |
| YUV | 102.88 | 181.68 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 198 | 0.83 | 0.39 | 0 | 0.22 | 208.36 | 0.71 | 0.45 |
| Hex | 21 | 78 | C6 | 53 | 27 | 0 | 16 | D0 | 47 | 2D |
| Octal | 41 | 170 | 306 | 123 | 47 | 0 | 26 | 320 | 107 | 55 |
| Binary | 100001 | 1111000 | 11000110 | 1010011 | 100111 | 0 | 10110 | 11010000 | 1000111 | 101101 |
Color Harmonies of #2178C6
Complementary color
Monochromatic Colors of #2178C6
Black with #2178C6
Text Example
Text Example
White with #2178C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178C6; }
p { color: rgb(33,120,198); }
H1.HeaderClassName
{
color: #2178C6;
}
.AnyTagClassName
{
color: #2178C6;
}
</style>
background-color css
<style>
a { background-color: #2178C6; }
a { background-color: rgb(33,120,198); }
div.DivClassName
{
background-color: #2178C6;
}
.BgClassName
{
background-color: #2178C6;
}
</style>
border-color css
<style>
span { border-color: #2178C6; }
span { border-color: rgb(33,120,198); }
td.TdClassName
{
border-color: #2178C6;
}
.TagClassName
{
border-color: #2178C6;
}
</style>