Shades of Nordic #163C3E
Tints of Nordic #163C3E
RGB
CMYK
RGB Variations
Color information
#163C3E (or 0x163C3E) is known color: Nordic. HEX triplet: 16, 3C and 3E. RGB value is (22,60,62). Sum of RGB (Red+Green+Blue) = 22+60+62=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #163C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C3E is #E9C3C1. Grayscale: #303030. Windows color (decimal): -15320002 or 4078614. OLE color: 4078614.
HSL color Cylindrical-coordinate representation of color #163C3E: hue angle of 183º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163C3E is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 60 | 62 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.76 |
| HSL | 183º | 0.48% | 0.16% | - |
| HSV(B) | 183º | 0.65% | 0.24% | - |
| XYZ | 2.82 | 3.75 | 5.13 | - |
| YUV | 48.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 62 | 0.65 | 0.03 | 0 | 0.76 | 183 | 0.48 | 0.16 |
| Hex | 16 | 3C | 3E | 41 | 3 | 0 | 4C | B7 | 30 | 10 |
| Octal | 26 | 74 | 76 | 101 | 3 | 0 | 114 | 267 | 60 | 20 |
| Binary | 10110 | 111100 | 111110 | 1000001 | 11 | 0 | 1001100 | 10110111 | 110000 | 10000 |
Color Harmonies of #163C3E
Complementary color
Monochromatic Colors of #163C3E
Black with #163C3E
Text Example
Text Example
White with #163C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C3E; }
p { color: rgb(22,60,62); }
H1.HeaderClassName
{
color: #163C3E;
}
.AnyTagClassName
{
color: #163C3E;
}
</style>
background-color css
<style>
a { background-color: #163C3E; }
a { background-color: rgb(22,60,62); }
div.DivClassName
{
background-color: #163C3E;
}
.BgClassName
{
background-color: #163C3E;
}
</style>
border-color css
<style>
span { border-color: #163C3E; }
span { border-color: rgb(22,60,62); }
td.TdClassName
{
border-color: #163C3E;
}
.TagClassName
{
border-color: #163C3E;
}
</style>