Shades of Nordic #173136
Tints of Nordic #173136
RGB
CMYK
RGB Variations
Color information
#173136 (or 0x173136) is known color: Nordic. HEX triplet: 17, 31 and 36. RGB value is (23,49,54). Sum of RGB (Red+Green+Blue) = 23+49+54=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #173136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173136 is #E8CEC9. Grayscale: #292929. Windows color (decimal): -15257290 or 3551511. OLE color: 3551511.
HSL color Cylindrical-coordinate representation of color #173136: hue angle of 189.68º 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 #173136 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 49 | 54 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.79 |
| HSL | 189.68º | 0.4% | 0.15% | - |
| HSV(B) | 189.68º | 0.57% | 0.21% | - |
| XYZ | 2.12 | 2.65 | 3.89 | - |
| YUV | 41.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 54 | 0.57 | 0.09 | 0 | 0.79 | 189.68 | 0.4 | 0.15 |
| Hex | 17 | 31 | 36 | 39 | 9 | 0 | 4F | BE | 28 | F |
| Octal | 27 | 61 | 66 | 71 | 11 | 0 | 117 | 276 | 50 | 17 |
| Binary | 10111 | 110001 | 110110 | 111001 | 1001 | 0 | 1001111 | 10111110 | 101000 | 1111 |
Color Harmonies of #173136
Complementary color
Monochromatic Colors of #173136
Black with #173136
Text Example
Text Example
White with #173136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173136; }
p { color: rgb(23,49,54); }
H1.HeaderClassName
{
color: #173136;
}
.AnyTagClassName
{
color: #173136;
}
</style>
background-color css
<style>
a { background-color: #173136; }
a { background-color: rgb(23,49,54); }
div.DivClassName
{
background-color: #173136;
}
.BgClassName
{
background-color: #173136;
}
</style>
border-color css
<style>
span { border-color: #173136; }
span { border-color: rgb(23,49,54); }
td.TdClassName
{
border-color: #173136;
}
.TagClassName
{
border-color: #173136;
}
</style>