Shades of Nordic #173236
Tints of Nordic #173236
RGB
CMYK
RGB Variations
Color information
#173236 (or 0x173236) is known color: Nordic. HEX triplet: 17, 32 and 36. RGB value is (23,50,54). Sum of RGB (Red+Green+Blue) = 23+50+54=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #173236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173236 is #E8CDC9. Grayscale: #2A2A2A. Windows color (decimal): -15257034 or 3551767. OLE color: 3551767.
HSL color Cylindrical-coordinate representation of color #173236: hue angle of 187.74º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173236 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 50 | 54 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.79 |
| HSL | 187.74º | 0.4% | 0.15% | - |
| HSV(B) | 187.74º | 0.57% | 0.21% | - |
| XYZ | 2.16 | 2.73 | 3.9 | - |
| YUV | 42.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 54 | 0.57 | 0.07 | 0 | 0.79 | 187.74 | 0.4 | 0.15 |
| Hex | 17 | 32 | 36 | 39 | 7 | 0 | 4F | BC | 28 | F |
| Octal | 27 | 62 | 66 | 71 | 7 | 0 | 117 | 274 | 50 | 17 |
| Binary | 10111 | 110010 | 110110 | 111001 | 111 | 0 | 1001111 | 10111100 | 101000 | 1111 |
Color Harmonies of #173236
Complementary color
Monochromatic Colors of #173236
Black with #173236
Text Example
Text Example
White with #173236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173236; }
p { color: rgb(23,50,54); }
H1.HeaderClassName
{
color: #173236;
}
.AnyTagClassName
{
color: #173236;
}
</style>
background-color css
<style>
a { background-color: #173236; }
a { background-color: rgb(23,50,54); }
div.DivClassName
{
background-color: #173236;
}
.BgClassName
{
background-color: #173236;
}
</style>
border-color css
<style>
span { border-color: #173236; }
span { border-color: rgb(23,50,54); }
td.TdClassName
{
border-color: #173236;
}
.TagClassName
{
border-color: #173236;
}
</style>