Shades of Nordic #17323A
Tints of Nordic #17323A
RGB
CMYK
RGB Variations
Color information
#17323A (or 0x17323A) is known color: Nordic. HEX triplet: 17, 32 and 3A. RGB value is (23,50,58). Sum of RGB (Red+Green+Blue) = 23+50+58=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #17323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17323A is #E8CDC5. Grayscale: #2A2A2A. Windows color (decimal): -15257030 or 3813911. OLE color: 3813911.
HSL color Cylindrical-coordinate representation of color #17323A: hue angle of 193.71º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17323A is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 50 | 58 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.77 |
| HSL | 193.71º | 0.43% | 0.16% | - |
| HSV(B) | 193.71º | 0.6% | 0.23% | - |
| XYZ | 2.26 | 2.77 | 4.42 | - |
| YUV | 42.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 58 | 0.60 | 0.14 | 0 | 0.77 | 193.71 | 0.43 | 0.16 |
| Hex | 17 | 32 | 3A | 3C | E | 0 | 4D | C2 | 2B | 10 |
| Octal | 27 | 62 | 72 | 74 | 16 | 0 | 115 | 302 | 53 | 20 |
| Binary | 10111 | 110010 | 111010 | 111100 | 1110 | 0 | 1001101 | 11000010 | 101011 | 10000 |
Color Harmonies of #17323A
Complementary color
Monochromatic Colors of #17323A
Black with #17323A
Text Example
Text Example
White with #17323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17323A; }
p { color: rgb(23,50,58); }
H1.HeaderClassName
{
color: #17323A;
}
.AnyTagClassName
{
color: #17323A;
}
</style>
background-color css
<style>
a { background-color: #17323A; }
a { background-color: rgb(23,50,58); }
div.DivClassName
{
background-color: #17323A;
}
.BgClassName
{
background-color: #17323A;
}
</style>
border-color css
<style>
span { border-color: #17323A; }
span { border-color: rgb(23,50,58); }
td.TdClassName
{
border-color: #17323A;
}
.TagClassName
{
border-color: #17323A;
}
</style>