Shades of Nordic #17353B
Tints of Nordic #17353B
RGB
CMYK
RGB Variations
Color information
#17353B (or 0x17353B) is known color: Nordic. HEX triplet: 17, 35 and 3B. RGB value is (23,53,59). Sum of RGB (Red+Green+Blue) = 23+53+59=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #17353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17353B is #E8CAC4. Grayscale: #2C2C2C. Windows color (decimal): -15256261 or 3880215. OLE color: 3880215.
HSL color Cylindrical-coordinate representation of color #17353B: hue angle of 190º 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 #17353B is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 53 | 59 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.77 |
| HSL | 190º | 0.44% | 0.16% | - |
| HSV(B) | 190º | 0.61% | 0.23% | - |
| XYZ | 2.42 | 3.04 | 4.6 | - |
| YUV | 44.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 59 | 0.61 | 0.10 | 0 | 0.77 | 190 | 0.44 | 0.16 |
| Hex | 17 | 35 | 3B | 3D | A | 0 | 4D | BE | 2C | 10 |
| Octal | 27 | 65 | 73 | 75 | 12 | 0 | 115 | 276 | 54 | 20 |
| Binary | 10111 | 110101 | 111011 | 111101 | 1010 | 0 | 1001101 | 10111110 | 101100 | 10000 |
Color Harmonies of #17353B
Complementary color
Monochromatic Colors of #17353B
Black with #17353B
Text Example
Text Example
White with #17353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17353B; }
p { color: rgb(23,53,59); }
H1.HeaderClassName
{
color: #17353B;
}
.AnyTagClassName
{
color: #17353B;
}
</style>
background-color css
<style>
a { background-color: #17353B; }
a { background-color: rgb(23,53,59); }
div.DivClassName
{
background-color: #17353B;
}
.BgClassName
{
background-color: #17353B;
}
</style>
border-color css
<style>
span { border-color: #17353B; }
span { border-color: rgb(23,53,59); }
td.TdClassName
{
border-color: #17353B;
}
.TagClassName
{
border-color: #17353B;
}
</style>