Shades of Denim #2178BE
Tints of Denim #2178BE
RGB
CMYK
RGB Variations
Color information
#2178BE (or 0x2178BE) is known color: Denim. HEX triplet: 21, 78 and BE. RGB value is (33,120,190). Sum of RGB (Red+Green+Blue) = 33+120+190=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2178BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178BE is #DE8741. Grayscale: #656565. Windows color (decimal): -14583618 or 12482593. OLE color: 12482593.
HSL color Cylindrical-coordinate representation of color #2178BE: hue angle of 206.75º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2178BE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 120 | 190 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.25 |
| HSL | 206.75º | 0.7% | 0.44% | - |
| HSV(B) | 206.75º | 0.83% | 0.75% | - |
| XYZ | 16.64 | 17.47 | 51.21 | - |
| YUV | 101.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 190 | 0.83 | 0.37 | 0 | 0.25 | 206.75 | 0.7 | 0.44 |
| Hex | 21 | 78 | BE | 53 | 25 | 0 | 19 | CF | 46 | 2C |
| Octal | 41 | 170 | 276 | 123 | 45 | 0 | 31 | 317 | 106 | 54 |
| Binary | 100001 | 1111000 | 10111110 | 1010011 | 100101 | 0 | 11001 | 11001111 | 1000110 | 101100 |
Color Harmonies of #2178BE
Complementary color
Monochromatic Colors of #2178BE
Black with #2178BE
Text Example
Text Example
White with #2178BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178BE; }
p { color: rgb(33,120,190); }
H1.HeaderClassName
{
color: #2178BE;
}
.AnyTagClassName
{
color: #2178BE;
}
</style>
background-color css
<style>
a { background-color: #2178BE; }
a { background-color: rgb(33,120,190); }
div.DivClassName
{
background-color: #2178BE;
}
.BgClassName
{
background-color: #2178BE;
}
</style>
border-color css
<style>
span { border-color: #2178BE; }
span { border-color: rgb(33,120,190); }
td.TdClassName
{
border-color: #2178BE;
}
.TagClassName
{
border-color: #2178BE;
}
</style>