Shades of Nordic #163437
Tints of Nordic #163437
RGB
CMYK
RGB Variations
Color information
#163437 (or 0x163437) is known color: Nordic. HEX triplet: 16, 34 and 37. RGB value is (22,52,55). Sum of RGB (Red+Green+Blue) = 22+52+55=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #163437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163437 is #E9CBC8. Grayscale: #2B2B2B. Windows color (decimal): -15322057 or 3617814. OLE color: 3617814.
HSL color Cylindrical-coordinate representation of color #163437: hue angle of 185.45º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163437 is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 52 | 55 | - |
| CMYK | 0.6 | 0.05 | 0 | 0.78 |
| HSL | 185.45º | 0.43% | 0.15% | - |
| HSV(B) | 185.45º | 0.6% | 0.22% | - |
| XYZ | 2.25 | 2.9 | 4.06 | - |
| YUV | 43.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 55 | 0.6 | 0.05 | 0 | 0.78 | 185.45 | 0.43 | 0.15 |
| Hex | 16 | 34 | 37 | 3C | 5 | 0 | 4E | B9 | 2B | F |
| Octal | 26 | 64 | 67 | 74 | 5 | 0 | 116 | 271 | 53 | 17 |
| Binary | 10110 | 110100 | 110111 | 111100 | 101 | 0 | 1001110 | 10111001 | 101011 | 1111 |
Color Harmonies of #163437
Complementary color
Monochromatic Colors of #163437
Black with #163437
Text Example
Text Example
White with #163437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163437; }
p { color: rgb(22,52,55); }
H1.HeaderClassName
{
color: #163437;
}
.AnyTagClassName
{
color: #163437;
}
</style>
background-color css
<style>
a { background-color: #163437; }
a { background-color: rgb(22,52,55); }
div.DivClassName
{
background-color: #163437;
}
.BgClassName
{
background-color: #163437;
}
</style>
border-color css
<style>
span { border-color: #163437; }
span { border-color: rgb(22,52,55); }
td.TdClassName
{
border-color: #163437;
}
.TagClassName
{
border-color: #163437;
}
</style>