Shades of Blue Charcoal #172232
Tints of Blue Charcoal #172232
RGB
CMYK
RGB Variations
Color information
#172232 (or 0x172232) is known color: Blue Charcoal. HEX triplet: 17, 22 and 32. RGB value is (23,34,50). Sum of RGB (Red+Green+Blue) = 23+34+50=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #172232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172232 is #E8DDCD. Grayscale: #202020. Windows color (decimal): -15261134 or 3285527. OLE color: 3285527.
HSL color Cylindrical-coordinate representation of color #172232: hue angle of 215.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #172232 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 34 | 50 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.80 |
| HSL | 215.56º | 0.37% | 0.14% | - |
| HSV(B) | 215.56º | 0.54% | 0.2% | - |
| XYZ | 1.5 | 1.56 | 3.24 | - |
| YUV | 32.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 50 | 0.54 | 0.32 | 0 | 0.80 | 215.56 | 0.37 | 0.14 |
| Hex | 17 | 22 | 32 | 36 | 20 | 0 | 50 | D8 | 25 | E |
| Octal | 27 | 42 | 62 | 66 | 40 | 0 | 120 | 330 | 45 | 16 |
| Binary | 10111 | 100010 | 110010 | 110110 | 100000 | 0 | 1010000 | 11011000 | 100101 | 1110 |
Color Harmonies of #172232
Complementary color
Monochromatic Colors of #172232
Black with #172232
Text Example
Text Example
White with #172232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172232; }
p { color: rgb(23,34,50); }
H1.HeaderClassName
{
color: #172232;
}
.AnyTagClassName
{
color: #172232;
}
</style>
background-color css
<style>
a { background-color: #172232; }
a { background-color: rgb(23,34,50); }
div.DivClassName
{
background-color: #172232;
}
.BgClassName
{
background-color: #172232;
}
</style>
border-color css
<style>
span { border-color: #172232; }
span { border-color: rgb(23,34,50); }
td.TdClassName
{
border-color: #172232;
}
.TagClassName
{
border-color: #172232;
}
</style>