Shades of Denim #2178BC
Tints of Denim #2178BC
RGB
CMYK
RGB Variations
Color information
#2178BC (or 0x2178BC) is known color: Denim. HEX triplet: 21, 78 and BC. RGB value is (33,120,188). Sum of RGB (Red+Green+Blue) = 33+120+188=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2178BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178BC is #DE8743. Grayscale: #656565. Windows color (decimal): -14583620 or 12351521. OLE color: 12351521.
HSL color Cylindrical-coordinate representation of color #2178BC: hue angle of 206.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2178BC is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 120 | 188 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.26 |
| HSL | 206.32º | 0.7% | 0.43% | - |
| HSV(B) | 206.32º | 0.82% | 0.74% | - |
| XYZ | 16.42 | 17.39 | 50.07 | - |
| YUV | 101.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 188 | 0.82 | 0.36 | 0 | 0.26 | 206.32 | 0.7 | 0.43 |
| Hex | 21 | 78 | BC | 52 | 24 | 0 | 1A | CE | 46 | 2B |
| Octal | 41 | 170 | 274 | 122 | 44 | 0 | 32 | 316 | 106 | 53 |
| Binary | 100001 | 1111000 | 10111100 | 1010010 | 100100 | 0 | 11010 | 11001110 | 1000110 | 101011 |
Color Harmonies of #2178BC
Complementary color
Monochromatic Colors of #2178BC
Black with #2178BC
Text Example
Text Example
White with #2178BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178BC; }
p { color: rgb(33,120,188); }
H1.HeaderClassName
{
color: #2178BC;
}
.AnyTagClassName
{
color: #2178BC;
}
</style>
background-color css
<style>
a { background-color: #2178BC; }
a { background-color: rgb(33,120,188); }
div.DivClassName
{
background-color: #2178BC;
}
.BgClassName
{
background-color: #2178BC;
}
</style>
border-color css
<style>
span { border-color: #2178BC; }
span { border-color: rgb(33,120,188); }
td.TdClassName
{
border-color: #2178BC;
}
.TagClassName
{
border-color: #2178BC;
}
</style>