Shades of Nordic #172F34
Tints of Nordic #172F34
RGB
CMYK
RGB Variations
Color information
#172F34 (or 0x172F34) is known color: Nordic. HEX triplet: 17, 2F and 34. RGB value is (23,47,52). Sum of RGB (Red+Green+Blue) = 23+47+52=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #172F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F34 is #E8D0CB. Grayscale: #282828. Windows color (decimal): -15257804 or 3419927. OLE color: 3419927.
HSL color Cylindrical-coordinate representation of color #172F34: hue angle of 190.34º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172F34 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 47 | 52 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.80 |
| HSL | 190.34º | 0.39% | 0.15% | - |
| HSV(B) | 190.34º | 0.56% | 0.2% | - |
| XYZ | 1.99 | 2.46 | 3.62 | - |
| YUV | 40.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 52 | 0.56 | 0.10 | 0 | 0.80 | 190.34 | 0.39 | 0.15 |
| Hex | 17 | 2F | 34 | 38 | A | 0 | 50 | BE | 27 | F |
| Octal | 27 | 57 | 64 | 70 | 12 | 0 | 120 | 276 | 47 | 17 |
| Binary | 10111 | 101111 | 110100 | 111000 | 1010 | 0 | 1010000 | 10111110 | 100111 | 1111 |
Color Harmonies of #172F34
Complementary color
Monochromatic Colors of #172F34
Black with #172F34
Text Example
Text Example
White with #172F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F34; }
p { color: rgb(23,47,52); }
H1.HeaderClassName
{
color: #172F34;
}
.AnyTagClassName
{
color: #172F34;
}
</style>
background-color css
<style>
a { background-color: #172F34; }
a { background-color: rgb(23,47,52); }
div.DivClassName
{
background-color: #172F34;
}
.BgClassName
{
background-color: #172F34;
}
</style>
border-color css
<style>
span { border-color: #172F34; }
span { border-color: rgb(23,47,52); }
td.TdClassName
{
border-color: #172F34;
}
.TagClassName
{
border-color: #172F34;
}
</style>