Shades of Nordic #17343C
Tints of Nordic #17343C
RGB
CMYK
RGB Variations
Color information
#17343C (or 0x17343C) is known color: Nordic. HEX triplet: 17, 34 and 3C. RGB value is (23,52,60). Sum of RGB (Red+Green+Blue) = 23+52+60=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #17343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17343C is #E8CBC3. Grayscale: #2C2C2C. Windows color (decimal): -15256516 or 3945495. OLE color: 3945495.
HSL color Cylindrical-coordinate representation of color #17343C: hue angle of 192.97º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17343C is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 52 | 60 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.76 |
| HSL | 192.97º | 0.45% | 0.16% | - |
| HSV(B) | 192.97º | 0.62% | 0.24% | - |
| XYZ | 2.4 | 2.96 | 4.72 | - |
| YUV | 44.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 60 | 0.62 | 0.13 | 0 | 0.76 | 192.97 | 0.45 | 0.16 |
| Hex | 17 | 34 | 3C | 3E | D | 0 | 4C | C1 | 2D | 10 |
| Octal | 27 | 64 | 74 | 76 | 15 | 0 | 114 | 301 | 55 | 20 |
| Binary | 10111 | 110100 | 111100 | 111110 | 1101 | 0 | 1001100 | 11000001 | 101101 | 10000 |
Color Harmonies of #17343C
Complementary color
Monochromatic Colors of #17343C
Black with #17343C
Text Example
Text Example
White with #17343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17343C; }
p { color: rgb(23,52,60); }
H1.HeaderClassName
{
color: #17343C;
}
.AnyTagClassName
{
color: #17343C;
}
</style>
background-color css
<style>
a { background-color: #17343C; }
a { background-color: rgb(23,52,60); }
div.DivClassName
{
background-color: #17343C;
}
.BgClassName
{
background-color: #17343C;
}
</style>
border-color css
<style>
span { border-color: #17343C; }
span { border-color: rgb(23,52,60); }
td.TdClassName
{
border-color: #17343C;
}
.TagClassName
{
border-color: #17343C;
}
</style>