Shades of Nordic #173C46
Tints of Nordic #173C46
RGB
CMYK
RGB Variations
Color information
#173C46 (or 0x173C46) is known color: Nordic. HEX triplet: 17, 3C and 46. RGB value is (23,60,70). Sum of RGB (Red+Green+Blue) = 23+60+70=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #173C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C46 is #E8C3B9. Grayscale: #323232. Windows color (decimal): -15254458 or 4602903. OLE color: 4602903.
HSL color Cylindrical-coordinate representation of color #173C46: hue angle of 192.77º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #173C46 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 60 | 70 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.73 |
| HSL | 192.77º | 0.51% | 0.18% | - |
| HSV(B) | 192.77º | 0.67% | 0.27% | - |
| XYZ | 3.07 | 3.86 | 6.38 | - |
| YUV | 50.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 70 | 0.67 | 0.14 | 0 | 0.73 | 192.77 | 0.51 | 0.18 |
| Hex | 17 | 3C | 46 | 43 | E | 0 | 49 | C1 | 33 | 12 |
| Octal | 27 | 74 | 106 | 103 | 16 | 0 | 111 | 301 | 63 | 22 |
| Binary | 10111 | 111100 | 1000110 | 1000011 | 1110 | 0 | 1001001 | 11000001 | 110011 | 10010 |
Color Harmonies of #173C46
Complementary color
Monochromatic Colors of #173C46
Black with #173C46
Text Example
Text Example
White with #173C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C46; }
p { color: rgb(23,60,70); }
H1.HeaderClassName
{
color: #173C46;
}
.AnyTagClassName
{
color: #173C46;
}
</style>
background-color css
<style>
a { background-color: #173C46; }
a { background-color: rgb(23,60,70); }
div.DivClassName
{
background-color: #173C46;
}
.BgClassName
{
background-color: #173C46;
}
</style>
border-color css
<style>
span { border-color: #173C46; }
span { border-color: rgb(23,60,70); }
td.TdClassName
{
border-color: #173C46;
}
.TagClassName
{
border-color: #173C46;
}
</style>