Shades of Nordic #163438
Tints of Nordic #163438
RGB
CMYK
RGB Variations
Color information
#163438 (or 0x163438) is known color: Nordic. HEX triplet: 16, 34 and 38. RGB value is (22,52,56). Sum of RGB (Red+Green+Blue) = 22+52+56=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #163438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163438 is #E9CBC7. Grayscale: #2B2B2B. Windows color (decimal): -15322056 or 3683350. OLE color: 3683350.
HSL color Cylindrical-coordinate representation of color #163438: hue angle of 187.06º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163438 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 52 | 56 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.78 |
| HSL | 187.06º | 0.44% | 0.15% | - |
| HSV(B) | 187.06º | 0.61% | 0.22% | - |
| XYZ | 2.27 | 2.91 | 4.18 | - |
| YUV | 43.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 56 | 0.61 | 0.07 | 0 | 0.78 | 187.06 | 0.44 | 0.15 |
| Hex | 16 | 34 | 38 | 3D | 7 | 0 | 4E | BB | 2C | F |
| Octal | 26 | 64 | 70 | 75 | 7 | 0 | 116 | 273 | 54 | 17 |
| Binary | 10110 | 110100 | 111000 | 111101 | 111 | 0 | 1001110 | 10111011 | 101100 | 1111 |
Color Harmonies of #163438
Complementary color
Monochromatic Colors of #163438
Black with #163438
Text Example
Text Example
White with #163438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163438; }
p { color: rgb(22,52,56); }
H1.HeaderClassName
{
color: #163438;
}
.AnyTagClassName
{
color: #163438;
}
</style>
background-color css
<style>
a { background-color: #163438; }
a { background-color: rgb(22,52,56); }
div.DivClassName
{
background-color: #163438;
}
.BgClassName
{
background-color: #163438;
}
</style>
border-color css
<style>
span { border-color: #163438; }
span { border-color: rgb(22,52,56); }
td.TdClassName
{
border-color: #163438;
}
.TagClassName
{
border-color: #163438;
}
</style>