Shades of Nordic #173838
Tints of Nordic #173838
RGB
CMYK
RGB Variations
Color information
#173838 (or 0x173838) is known color: Nordic. HEX triplet: 17, 38 and 38. RGB value is (23,56,56). Sum of RGB (Red+Green+Blue) = 23+56+56=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #173838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173838 is #E8C7C7. Grayscale: #2E2E2E. Windows color (decimal): -15255496 or 3684375. OLE color: 3684375.
HSL color Cylindrical-coordinate representation of color #173838: hue angle of 180º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #173838 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 56 | - |
| CMYK | 0.59 | 0 | 0 | 0.78 |
| HSL | 180º | 0.42% | 0.15% | - |
| HSV(B) | 180º | 0.59% | 0.22% | - |
| XYZ | 2.48 | 3.3 | 4.25 | - |
| YUV | 46.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 56 | 0.59 | 0 | 0 | 0.78 | 180 | 0.42 | 0.15 |
| Hex | 17 | 38 | 38 | 3B | 0 | 0 | 4E | B4 | 2A | F |
| Octal | 27 | 70 | 70 | 73 | 0 | 0 | 116 | 264 | 52 | 17 |
| Binary | 10111 | 111000 | 111000 | 111011 | 0 | 0 | 1001110 | 10110100 | 101010 | 1111 |
Color Harmonies of #173838
Complementary color
Monochromatic Colors of #173838
Black with #173838
Text Example
Text Example
White with #173838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173838; }
p { color: rgb(23,56,56); }
H1.HeaderClassName
{
color: #173838;
}
.AnyTagClassName
{
color: #173838;
}
</style>
background-color css
<style>
a { background-color: #173838; }
a { background-color: rgb(23,56,56); }
div.DivClassName
{
background-color: #173838;
}
.BgClassName
{
background-color: #173838;
}
</style>
border-color css
<style>
span { border-color: #173838; }
span { border-color: rgb(23,56,56); }
td.TdClassName
{
border-color: #173838;
}
.TagClassName
{
border-color: #173838;
}
</style>