Shades of Nordic #173C3E
Tints of Nordic #173C3E
RGB
CMYK
RGB Variations
Color information
#173C3E (or 0x173C3E) is known color: Nordic. HEX triplet: 17, 3C and 3E. RGB value is (23,60,62). Sum of RGB (Red+Green+Blue) = 23+60+62=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #173C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C3E is #E8C3C1. Grayscale: #313131. Windows color (decimal): -15254466 or 4078615. OLE color: 4078615.
HSL color Cylindrical-coordinate representation of color #173C3E: hue angle of 183.08º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173C3E is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 62 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.76 |
| HSL | 183.08º | 0.46% | 0.17% | - |
| HSV(B) | 183.08º | 0.63% | 0.24% | - |
| XYZ | 2.84 | 3.76 | 5.13 | - |
| YUV | 49.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 62 | 0.63 | 0.03 | 0 | 0.76 | 183.08 | 0.46 | 0.17 |
| Hex | 17 | 3C | 3E | 3F | 3 | 0 | 4C | B7 | 2E | 11 |
| Octal | 27 | 74 | 76 | 77 | 3 | 0 | 114 | 267 | 56 | 21 |
| Binary | 10111 | 111100 | 111110 | 111111 | 11 | 0 | 1001100 | 10110111 | 101110 | 10001 |
Color Harmonies of #173C3E
Complementary color
Monochromatic Colors of #173C3E
Black with #173C3E
Text Example
Text Example
White with #173C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C3E; }
p { color: rgb(23,60,62); }
H1.HeaderClassName
{
color: #173C3E;
}
.AnyTagClassName
{
color: #173C3E;
}
</style>
background-color css
<style>
a { background-color: #173C3E; }
a { background-color: rgb(23,60,62); }
div.DivClassName
{
background-color: #173C3E;
}
.BgClassName
{
background-color: #173C3E;
}
</style>
border-color css
<style>
span { border-color: #173C3E; }
span { border-color: rgb(23,60,62); }
td.TdClassName
{
border-color: #173C3E;
}
.TagClassName
{
border-color: #173C3E;
}
</style>