Shades of Nordic #173034
Tints of Nordic #173034
RGB
CMYK
RGB Variations
Color information
#173034 (or 0x173034) is known color: Nordic. HEX triplet: 17, 30 and 34. RGB value is (23,48,52). Sum of RGB (Red+Green+Blue) = 23+48+52=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #173034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173034 is #E8CFCB. Grayscale: #282828. Windows color (decimal): -15257548 or 3420183. OLE color: 3420183.
HSL color Cylindrical-coordinate representation of color #173034: hue angle of 188.28º 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 #173034 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 48 | 52 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.80 |
| HSL | 188.28º | 0.39% | 0.15% | - |
| HSV(B) | 188.28º | 0.56% | 0.2% | - |
| XYZ | 2.03 | 2.54 | 3.63 | - |
| YUV | 40.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 52 | 0.56 | 0.08 | 0 | 0.80 | 188.28 | 0.39 | 0.15 |
| Hex | 17 | 30 | 34 | 38 | 8 | 0 | 50 | BC | 27 | F |
| Octal | 27 | 60 | 64 | 70 | 10 | 0 | 120 | 274 | 47 | 17 |
| Binary | 10111 | 110000 | 110100 | 111000 | 1000 | 0 | 1010000 | 10111100 | 100111 | 1111 |
Color Harmonies of #173034
Complementary color
Monochromatic Colors of #173034
Black with #173034
Text Example
Text Example
White with #173034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173034; }
p { color: rgb(23,48,52); }
H1.HeaderClassName
{
color: #173034;
}
.AnyTagClassName
{
color: #173034;
}
</style>
background-color css
<style>
a { background-color: #173034; }
a { background-color: rgb(23,48,52); }
div.DivClassName
{
background-color: #173034;
}
.BgClassName
{
background-color: #173034;
}
</style>
border-color css
<style>
span { border-color: #173034; }
span { border-color: rgb(23,48,52); }
td.TdClassName
{
border-color: #173034;
}
.TagClassName
{
border-color: #173034;
}
</style>