Shades of Nordic #17343B
Tints of Nordic #17343B
RGB
CMYK
RGB Variations
Color information
#17343B (or 0x17343B) is known color: Nordic. HEX triplet: 17, 34 and 3B. RGB value is (23,52,59). Sum of RGB (Red+Green+Blue) = 23+52+59=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #17343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17343B is #E8CBC4. Grayscale: #2C2C2C. Windows color (decimal): -15256517 or 3879959. OLE color: 3879959.
HSL color Cylindrical-coordinate representation of color #17343B: hue angle of 191.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17343B is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 52 | 59 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.77 |
| HSL | 191.67º | 0.44% | 0.16% | - |
| HSV(B) | 191.67º | 0.61% | 0.23% | - |
| XYZ | 2.37 | 2.95 | 4.58 | - |
| YUV | 44.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 59 | 0.61 | 0.12 | 0 | 0.77 | 191.67 | 0.44 | 0.16 |
| Hex | 17 | 34 | 3B | 3D | C | 0 | 4D | C0 | 2C | 10 |
| Octal | 27 | 64 | 73 | 75 | 14 | 0 | 115 | 300 | 54 | 20 |
| Binary | 10111 | 110100 | 111011 | 111101 | 1100 | 0 | 1001101 | 11000000 | 101100 | 10000 |
Color Harmonies of #17343B
Complementary color
Monochromatic Colors of #17343B
Black with #17343B
Text Example
Text Example
White with #17343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17343B; }
p { color: rgb(23,52,59); }
H1.HeaderClassName
{
color: #17343B;
}
.AnyTagClassName
{
color: #17343B;
}
</style>
background-color css
<style>
a { background-color: #17343B; }
a { background-color: rgb(23,52,59); }
div.DivClassName
{
background-color: #17343B;
}
.BgClassName
{
background-color: #17343B;
}
</style>
border-color css
<style>
span { border-color: #17343B; }
span { border-color: rgb(23,52,59); }
td.TdClassName
{
border-color: #17343B;
}
.TagClassName
{
border-color: #17343B;
}
</style>