Shades of Nordic #173134
Tints of Nordic #173134
RGB
CMYK
RGB Variations
Color information
#173134 (or 0x173134) is known color: Nordic. HEX triplet: 17, 31 and 34. RGB value is (23,49,52). Sum of RGB (Red+Green+Blue) = 23+49+52=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #173134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173134 is #E8CECB. Grayscale: #292929. Windows color (decimal): -15257292 or 3420439. OLE color: 3420439.
HSL color Cylindrical-coordinate representation of color #173134: hue angle of 186.21º 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 #173134 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 49 | 52 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.80 |
| HSL | 186.21º | 0.39% | 0.15% | - |
| HSV(B) | 186.21º | 0.56% | 0.2% | - |
| XYZ | 2.07 | 2.63 | 3.65 | - |
| YUV | 41.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 52 | 0.56 | 0.06 | 0 | 0.80 | 186.21 | 0.39 | 0.15 |
| Hex | 17 | 31 | 34 | 38 | 6 | 0 | 50 | BA | 27 | F |
| Octal | 27 | 61 | 64 | 70 | 6 | 0 | 120 | 272 | 47 | 17 |
| Binary | 10111 | 110001 | 110100 | 111000 | 110 | 0 | 1010000 | 10111010 | 100111 | 1111 |
Color Harmonies of #173134
Complementary color
Monochromatic Colors of #173134
Black with #173134
Text Example
Text Example
White with #173134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173134; }
p { color: rgb(23,49,52); }
H1.HeaderClassName
{
color: #173134;
}
.AnyTagClassName
{
color: #173134;
}
</style>
background-color css
<style>
a { background-color: #173134; }
a { background-color: rgb(23,49,52); }
div.DivClassName
{
background-color: #173134;
}
.BgClassName
{
background-color: #173134;
}
</style>
border-color css
<style>
span { border-color: #173134; }
span { border-color: rgb(23,49,52); }
td.TdClassName
{
border-color: #173134;
}
.TagClassName
{
border-color: #173134;
}
</style>