Shades of Denim #2178BB
Tints of Denim #2178BB
RGB
CMYK
RGB Variations
Color information
#2178BB (or 0x2178BB) is known color: Denim. HEX triplet: 21, 78 and BB. RGB value is (33,120,187). Sum of RGB (Red+Green+Blue) = 33+120+187=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #2178BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178BB is #DE8744. Grayscale: #656565. Windows color (decimal): -14583621 or 12285985. OLE color: 12285985.
HSL color Cylindrical-coordinate representation of color #2178BB: hue angle of 206.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2178BB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 120 | 187 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.27 |
| HSL | 206.1º | 0.7% | 0.43% | - |
| HSV(B) | 206.1º | 0.82% | 0.73% | - |
| XYZ | 16.31 | 17.34 | 49.5 | - |
| YUV | 101.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 187 | 0.82 | 0.36 | 0 | 0.27 | 206.1 | 0.7 | 0.43 |
| Hex | 21 | 78 | BB | 52 | 24 | 0 | 1B | CE | 46 | 2B |
| Octal | 41 | 170 | 273 | 122 | 44 | 0 | 33 | 316 | 106 | 53 |
| Binary | 100001 | 1111000 | 10111011 | 1010010 | 100100 | 0 | 11011 | 11001110 | 1000110 | 101011 |
Color Harmonies of #2178BB
Complementary color
Monochromatic Colors of #2178BB
Black with #2178BB
Text Example
Text Example
White with #2178BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178BB; }
p { color: rgb(33,120,187); }
H1.HeaderClassName
{
color: #2178BB;
}
.AnyTagClassName
{
color: #2178BB;
}
</style>
background-color css
<style>
a { background-color: #2178BB; }
a { background-color: rgb(33,120,187); }
div.DivClassName
{
background-color: #2178BB;
}
.BgClassName
{
background-color: #2178BB;
}
</style>
border-color css
<style>
span { border-color: #2178BB; }
span { border-color: rgb(33,120,187); }
td.TdClassName
{
border-color: #2178BB;
}
.TagClassName
{
border-color: #2178BB;
}
</style>