Shades of Nordic #173C40
Tints of Nordic #173C40
RGB
CMYK
RGB Variations
Color information
#173C40 (or 0x173C40) is known color: Nordic. HEX triplet: 17, 3C and 40. RGB value is (23,60,64). Sum of RGB (Red+Green+Blue) = 23+60+64=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #173C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C40 is #E8C3BF. Grayscale: #313131. Windows color (decimal): -15254464 or 4209687. OLE color: 4209687.
HSL color Cylindrical-coordinate representation of color #173C40: hue angle of 185.85º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #173C40 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 60 | 64 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.75 |
| HSL | 185.85º | 0.47% | 0.17% | - |
| HSV(B) | 185.85º | 0.64% | 0.25% | - |
| XYZ | 2.89 | 3.78 | 5.43 | - |
| YUV | 49.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 64 | 0.64 | 0.06 | 0 | 0.75 | 185.85 | 0.47 | 0.17 |
| Hex | 17 | 3C | 40 | 40 | 6 | 0 | 4B | BA | 2F | 11 |
| Octal | 27 | 74 | 100 | 100 | 6 | 0 | 113 | 272 | 57 | 21 |
| Binary | 10111 | 111100 | 1000000 | 1000000 | 110 | 0 | 1001011 | 10111010 | 101111 | 10001 |
Color Harmonies of #173C40
Complementary color
Monochromatic Colors of #173C40
Black with #173C40
Text Example
Text Example
White with #173C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C40; }
p { color: rgb(23,60,64); }
H1.HeaderClassName
{
color: #173C40;
}
.AnyTagClassName
{
color: #173C40;
}
</style>
background-color css
<style>
a { background-color: #173C40; }
a { background-color: rgb(23,60,64); }
div.DivClassName
{
background-color: #173C40;
}
.BgClassName
{
background-color: #173C40;
}
</style>
border-color css
<style>
span { border-color: #173C40; }
span { border-color: rgb(23,60,64); }
td.TdClassName
{
border-color: #173C40;
}
.TagClassName
{
border-color: #173C40;
}
</style>