Shades of Nordic #17383B
Tints of Nordic #17383B
RGB
CMYK
RGB Variations
Color information
#17383B (or 0x17383B) is known color: Nordic. HEX triplet: 17, 38 and 3B. RGB value is (23,56,59). Sum of RGB (Red+Green+Blue) = 23+56+59=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #17383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17383B is #E8C7C4. Grayscale: #2E2E2E. Windows color (decimal): -15255493 or 3880983. OLE color: 3880983.
HSL color Cylindrical-coordinate representation of color #17383B: hue angle of 185º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17383B is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 56 | 59 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.77 |
| HSL | 185º | 0.44% | 0.16% | - |
| HSV(B) | 185º | 0.61% | 0.23% | - |
| XYZ | 2.56 | 3.33 | 4.64 | - |
| YUV | 46.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 59 | 0.61 | 0.05 | 0 | 0.77 | 185 | 0.44 | 0.16 |
| Hex | 17 | 38 | 3B | 3D | 5 | 0 | 4D | B9 | 2C | 10 |
| Octal | 27 | 70 | 73 | 75 | 5 | 0 | 115 | 271 | 54 | 20 |
| Binary | 10111 | 111000 | 111011 | 111101 | 101 | 0 | 1001101 | 10111001 | 101100 | 10000 |
Color Harmonies of #17383B
Complementary color
Monochromatic Colors of #17383B
Black with #17383B
Text Example
Text Example
White with #17383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17383B; }
p { color: rgb(23,56,59); }
H1.HeaderClassName
{
color: #17383B;
}
.AnyTagClassName
{
color: #17383B;
}
</style>
background-color css
<style>
a { background-color: #17383B; }
a { background-color: rgb(23,56,59); }
div.DivClassName
{
background-color: #17383B;
}
.BgClassName
{
background-color: #17383B;
}
</style>
border-color css
<style>
span { border-color: #17383B; }
span { border-color: rgb(23,56,59); }
td.TdClassName
{
border-color: #17383B;
}
.TagClassName
{
border-color: #17383B;
}
</style>