Shades of Nordic #173B40
Tints of Nordic #173B40
RGB
CMYK
RGB Variations
Color information
#173B40 (or 0x173B40) is known color: Nordic. HEX triplet: 17, 3B and 40. RGB value is (23,59,64). Sum of RGB (Red+Green+Blue) = 23+59+64=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #173B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173B40 is #E8C4BF. Grayscale: #303030. Windows color (decimal): -15254720 or 4209431. OLE color: 4209431.
HSL color Cylindrical-coordinate representation of color #173B40: hue angle of 187.32º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #173B40 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 59 | 64 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.75 |
| HSL | 187.32º | 0.47% | 0.17% | - |
| HSV(B) | 187.32º | 0.64% | 0.25% | - |
| XYZ | 2.84 | 3.68 | 5.41 | - |
| YUV | 48.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 64 | 0.64 | 0.08 | 0 | 0.75 | 187.32 | 0.47 | 0.17 |
| Hex | 17 | 3B | 40 | 40 | 8 | 0 | 4B | BB | 2F | 11 |
| Octal | 27 | 73 | 100 | 100 | 10 | 0 | 113 | 273 | 57 | 21 |
| Binary | 10111 | 111011 | 1000000 | 1000000 | 1000 | 0 | 1001011 | 10111011 | 101111 | 10001 |
Color Harmonies of #173B40
Complementary color
Monochromatic Colors of #173B40
Black with #173B40
Text Example
Text Example
White with #173B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B40; }
p { color: rgb(23,59,64); }
H1.HeaderClassName
{
color: #173B40;
}
.AnyTagClassName
{
color: #173B40;
}
</style>
background-color css
<style>
a { background-color: #173B40; }
a { background-color: rgb(23,59,64); }
div.DivClassName
{
background-color: #173B40;
}
.BgClassName
{
background-color: #173B40;
}
</style>
border-color css
<style>
span { border-color: #173B40; }
span { border-color: rgb(23,59,64); }
td.TdClassName
{
border-color: #173B40;
}
.TagClassName
{
border-color: #173B40;
}
</style>