Shades of Nordic #17393A
Tints of Nordic #17393A
RGB
CMYK
RGB Variations
Color information
#17393A (or 0x17393A) is known color: Nordic. HEX triplet: 17, 39 and 3A. RGB value is (23,57,58). Sum of RGB (Red+Green+Blue) = 23+57+58=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #17393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17393A is #E8C6C5. Grayscale: #2E2E2E. Windows color (decimal): -15255238 or 3815703. OLE color: 3815703.
HSL color Cylindrical-coordinate representation of color #17393A: hue angle of 181.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 #17393A is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 57 | 58 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.77 |
| HSL | 181.71º | 0.43% | 0.16% | - |
| HSV(B) | 181.71º | 0.6% | 0.23% | - |
| XYZ | 2.58 | 3.41 | 4.53 | - |
| YUV | 46.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 58 | 0.60 | 0.02 | 0 | 0.77 | 181.71 | 0.43 | 0.16 |
| Hex | 17 | 39 | 3A | 3C | 2 | 0 | 4D | B6 | 2B | 10 |
| Octal | 27 | 71 | 72 | 74 | 2 | 0 | 115 | 266 | 53 | 20 |
| Binary | 10111 | 111001 | 111010 | 111100 | 10 | 0 | 1001101 | 10110110 | 101011 | 10000 |
Color Harmonies of #17393A
Complementary color
Monochromatic Colors of #17393A
Black with #17393A
Text Example
Text Example
White with #17393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17393A; }
p { color: rgb(23,57,58); }
H1.HeaderClassName
{
color: #17393A;
}
.AnyTagClassName
{
color: #17393A;
}
</style>
background-color css
<style>
a { background-color: #17393A; }
a { background-color: rgb(23,57,58); }
div.DivClassName
{
background-color: #17393A;
}
.BgClassName
{
background-color: #17393A;
}
</style>
border-color css
<style>
span { border-color: #17393A; }
span { border-color: rgb(23,57,58); }
td.TdClassName
{
border-color: #17393A;
}
.TagClassName
{
border-color: #17393A;
}
</style>