Shades of Nordic #173233
Tints of Nordic #173233
RGB
CMYK
RGB Variations
Color information
#173233 (or 0x173233) is known color: Nordic. HEX triplet: 17, 32 and 33. RGB value is (23,50,51). Sum of RGB (Red+Green+Blue) = 23+50+51=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #173233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173233 is #E8CDCC. Grayscale: #2A2A2A. Windows color (decimal): -15257037 or 3355159. OLE color: 3355159.
HSL color Cylindrical-coordinate representation of color #173233: hue angle of 182.14º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #173233 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 23 | 50 | 51 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.8 |
| HSL | 182.14º | 0.38% | 0.15% | - |
| HSV(B) | 182.14º | 0.55% | 0.2% | - |
| XYZ | 2.09 | 2.7 | 3.54 | - |
| YUV | 42.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 51 | 0.55 | 0.02 | 0 | 0.8 | 182.14 | 0.38 | 0.15 |
| Hex | 17 | 32 | 33 | 37 | 2 | 0 | 50 | B6 | 26 | F |
| Octal | 27 | 62 | 63 | 67 | 2 | 0 | 120 | 266 | 46 | 17 |
| Binary | 10111 | 110010 | 110011 | 110111 | 10 | 0 | 1010000 | 10110110 | 100110 | 1111 |
Color Harmonies of #173233
Complementary color
Monochromatic Colors of #173233
Black with #173233
Text Example
Text Example
White with #173233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173233; }
p { color: rgb(23,50,51); }
H1.HeaderClassName
{
color: #173233;
}
.AnyTagClassName
{
color: #173233;
}
</style>
background-color css
<style>
a { background-color: #173233; }
a { background-color: rgb(23,50,51); }
div.DivClassName
{
background-color: #173233;
}
.BgClassName
{
background-color: #173233;
}
</style>
border-color css
<style>
span { border-color: #173233; }
span { border-color: rgb(23,50,51); }
td.TdClassName
{
border-color: #173233;
}
.TagClassName
{
border-color: #173233;
}
</style>