Shades of Nordic #172D31
Tints of Nordic #172D31
RGB
CMYK
RGB Variations
Color information
#172D31 (or 0x172D31) is known color: Nordic. HEX triplet: 17, 2D and 31. RGB value is (23,45,49). Sum of RGB (Red+Green+Blue) = 23+45+49=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #172D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D31 is #E8D2CE. Grayscale: #262626. Windows color (decimal): -15258319 or 3222807. OLE color: 3222807.
HSL color Cylindrical-coordinate representation of color #172D31: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #172D31 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 45 | 49 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.81 |
| HSL | 189.23º | 0.36% | 0.14% | - |
| HSV(B) | 189.23º | 0.53% | 0.19% | - |
| XYZ | 1.85 | 2.28 | 3.25 | - |
| YUV | 38.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 49 | 0.53 | 0.08 | 0 | 0.81 | 189.23 | 0.36 | 0.14 |
| Hex | 17 | 2D | 31 | 35 | 8 | 0 | 51 | BD | 24 | E |
| Octal | 27 | 55 | 61 | 65 | 10 | 0 | 121 | 275 | 44 | 16 |
| Binary | 10111 | 101101 | 110001 | 110101 | 1000 | 0 | 1010001 | 10111101 | 100100 | 1110 |
Color Harmonies of #172D31
Complementary color
Monochromatic Colors of #172D31
Black with #172D31
Text Example
Text Example
White with #172D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D31; }
p { color: rgb(23,45,49); }
H1.HeaderClassName
{
color: #172D31;
}
.AnyTagClassName
{
color: #172D31;
}
</style>
background-color css
<style>
a { background-color: #172D31; }
a { background-color: rgb(23,45,49); }
div.DivClassName
{
background-color: #172D31;
}
.BgClassName
{
background-color: #172D31;
}
</style>
border-color css
<style>
span { border-color: #172D31; }
span { border-color: rgb(23,45,49); }
td.TdClassName
{
border-color: #172D31;
}
.TagClassName
{
border-color: #172D31;
}
</style>