Shades of Nordic #173D45
Tints of Nordic #173D45
RGB
CMYK
RGB Variations
Color information
#173D45 (or 0x173D45) is known color: Nordic. HEX triplet: 17, 3D and 45. RGB value is (23,61,69). Sum of RGB (Red+Green+Blue) = 23+61+69=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #173D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D45 is #E8C2BA. Grayscale: #323232. Windows color (decimal): -15254203 or 4537623. OLE color: 4537623.
HSL color Cylindrical-coordinate representation of color #173D45: hue angle of 190.43º degrees, saturation: 0.5, 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 #173D45 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 61 | 69 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.73 |
| HSL | 190.43º | 0.5% | 0.18% | - |
| HSV(B) | 190.43º | 0.67% | 0.27% | - |
| XYZ | 3.1 | 3.95 | 6.23 | - |
| YUV | 50.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 69 | 0.67 | 0.12 | 0 | 0.73 | 190.43 | 0.5 | 0.18 |
| Hex | 17 | 3D | 45 | 43 | C | 0 | 49 | BE | 32 | 12 |
| Octal | 27 | 75 | 105 | 103 | 14 | 0 | 111 | 276 | 62 | 22 |
| Binary | 10111 | 111101 | 1000101 | 1000011 | 1100 | 0 | 1001001 | 10111110 | 110010 | 10010 |
Color Harmonies of #173D45
Complementary color
Monochromatic Colors of #173D45
Black with #173D45
Text Example
Text Example
White with #173D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D45; }
p { color: rgb(23,61,69); }
H1.HeaderClassName
{
color: #173D45;
}
.AnyTagClassName
{
color: #173D45;
}
</style>
background-color css
<style>
a { background-color: #173D45; }
a { background-color: rgb(23,61,69); }
div.DivClassName
{
background-color: #173D45;
}
.BgClassName
{
background-color: #173D45;
}
</style>
border-color css
<style>
span { border-color: #173D45; }
span { border-color: rgb(23,61,69); }
td.TdClassName
{
border-color: #173D45;
}
.TagClassName
{
border-color: #173D45;
}
</style>