Shades of Denim #2174BE
Tints of Denim #2174BE
RGB
CMYK
RGB Variations
Color information
#2174BE (or 0x2174BE) is known color: Denim. HEX triplet: 21, 74 and BE. RGB value is (33,116,190). Sum of RGB (Red+Green+Blue) = 33+116+190=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #2174BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174BE is #DE8B41. Grayscale: #636363. Windows color (decimal): -14584642 or 12481569. OLE color: 12481569.
HSL color Cylindrical-coordinate representation of color #2174BE: hue angle of 208.28º 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 #2174BE is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 116 | 190 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.25 |
| HSL | 208.28º | 0.7% | 0.44% | - |
| HSV(B) | 208.28º | 0.83% | 0.75% | - |
| XYZ | 16.17 | 16.53 | 51.05 | - |
| YUV | 99.62 | 179 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 190 | 0.83 | 0.39 | 0 | 0.25 | 208.28 | 0.7 | 0.44 |
| Hex | 21 | 74 | BE | 53 | 27 | 0 | 19 | D0 | 46 | 2C |
| Octal | 41 | 164 | 276 | 123 | 47 | 0 | 31 | 320 | 106 | 54 |
| Binary | 100001 | 1110100 | 10111110 | 1010011 | 100111 | 0 | 11001 | 11010000 | 1000110 | 101100 |
Color Harmonies of #2174BE
Complementary color
Monochromatic Colors of #2174BE
Black with #2174BE
Text Example
Text Example
White with #2174BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174BE; }
p { color: rgb(33,116,190); }
H1.HeaderClassName
{
color: #2174BE;
}
.AnyTagClassName
{
color: #2174BE;
}
</style>
background-color css
<style>
a { background-color: #2174BE; }
a { background-color: rgb(33,116,190); }
div.DivClassName
{
background-color: #2174BE;
}
.BgClassName
{
background-color: #2174BE;
}
</style>
border-color css
<style>
span { border-color: #2174BE; }
span { border-color: rgb(33,116,190); }
td.TdClassName
{
border-color: #2174BE;
}
.TagClassName
{
border-color: #2174BE;
}
</style>