Shades of Nordic #173740
Tints of Nordic #173740
RGB
CMYK
RGB Variations
Color information
#173740 (or 0x173740) is known color: Nordic. HEX triplet: 17, 37 and 40. RGB value is (23,55,64). Sum of RGB (Red+Green+Blue) = 23+55+64=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #173740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173740 is #E8C8BF. Grayscale: #2E2E2E. Windows color (decimal): -15255744 or 4208407. OLE color: 4208407.
HSL color Cylindrical-coordinate representation of color #173740: hue angle of 193.17º 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 #173740 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 55 | 64 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.75 |
| HSL | 193.17º | 0.47% | 0.17% | - |
| HSV(B) | 193.17º | 0.64% | 0.25% | - |
| XYZ | 2.64 | 3.28 | 5.35 | - |
| YUV | 46.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 64 | 0.64 | 0.14 | 0 | 0.75 | 193.17 | 0.47 | 0.17 |
| Hex | 17 | 37 | 40 | 40 | E | 0 | 4B | C1 | 2F | 11 |
| Octal | 27 | 67 | 100 | 100 | 16 | 0 | 113 | 301 | 57 | 21 |
| Binary | 10111 | 110111 | 1000000 | 1000000 | 1110 | 0 | 1001011 | 11000001 | 101111 | 10001 |
Color Harmonies of #173740
Complementary color
Monochromatic Colors of #173740
Black with #173740
Text Example
Text Example
White with #173740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173740; }
p { color: rgb(23,55,64); }
H1.HeaderClassName
{
color: #173740;
}
.AnyTagClassName
{
color: #173740;
}
</style>
background-color css
<style>
a { background-color: #173740; }
a { background-color: rgb(23,55,64); }
div.DivClassName
{
background-color: #173740;
}
.BgClassName
{
background-color: #173740;
}
</style>
border-color css
<style>
span { border-color: #173740; }
span { border-color: rgb(23,55,64); }
td.TdClassName
{
border-color: #173740;
}
.TagClassName
{
border-color: #173740;
}
</style>