Shades of Nordic #173F47
Tints of Nordic #173F47
RGB
CMYK
RGB Variations
Color information
#173F47 (or 0x173F47) is known color: Nordic. HEX triplet: 17, 3F and 47. RGB value is (23,63,71). Sum of RGB (Red+Green+Blue) = 23+63+71=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #173F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F47 is #E8C0B8. Grayscale: #333333. Windows color (decimal): -15253689 or 4669207. OLE color: 4669207.
HSL color Cylindrical-coordinate representation of color #173F47: hue angle of 190º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #173F47 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 63 | 71 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.72 |
| HSL | 190º | 0.51% | 0.18% | - |
| HSV(B) | 190º | 0.68% | 0.28% | - |
| XYZ | 3.27 | 4.19 | 6.6 | - |
| YUV | 51.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 71 | 0.68 | 0.11 | 0 | 0.72 | 190 | 0.51 | 0.18 |
| Hex | 17 | 3F | 47 | 44 | B | 0 | 48 | BE | 33 | 12 |
| Octal | 27 | 77 | 107 | 104 | 13 | 0 | 110 | 276 | 63 | 22 |
| Binary | 10111 | 111111 | 1000111 | 1000100 | 1011 | 0 | 1001000 | 10111110 | 110011 | 10010 |
Color Harmonies of #173F47
Complementary color
Monochromatic Colors of #173F47
Black with #173F47
Text Example
Text Example
White with #173F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F47; }
p { color: rgb(23,63,71); }
H1.HeaderClassName
{
color: #173F47;
}
.AnyTagClassName
{
color: #173F47;
}
</style>
background-color css
<style>
a { background-color: #173F47; }
a { background-color: rgb(23,63,71); }
div.DivClassName
{
background-color: #173F47;
}
.BgClassName
{
background-color: #173F47;
}
</style>
border-color css
<style>
span { border-color: #173F47; }
span { border-color: rgb(23,63,71); }
td.TdClassName
{
border-color: #173F47;
}
.TagClassName
{
border-color: #173F47;
}
</style>