Shades of Nordic #21393E
Tints of Nordic #21393E
RGB
CMYK
RGB Variations
Color information
#21393E (or 0x21393E) is known color: Nordic. HEX triplet: 21, 39 and 3E. RGB value is (33,57,62). Sum of RGB (Red+Green+Blue) = 33+57+62=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #21393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21393E is #DEC6C1. Grayscale: #323232. Windows color (decimal): -14599874 or 4077857. OLE color: 4077857.
HSL color Cylindrical-coordinate representation of color #21393E: hue angle of 190.34º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21393E is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 57 | 62 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.76 |
| HSL | 190.34º | 0.31% | 0.19% | - |
| HSV(B) | 190.34º | 0.47% | 0.24% | - |
| XYZ | 2.96 | 3.6 | 5.1 | - |
| YUV | 50.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 62 | 0.47 | 0.08 | 0 | 0.76 | 190.34 | 0.31 | 0.19 |
| Hex | 21 | 39 | 3E | 2F | 8 | 0 | 4C | BE | 1F | 13 |
| Octal | 41 | 71 | 76 | 57 | 10 | 0 | 114 | 276 | 37 | 23 |
| Binary | 100001 | 111001 | 111110 | 101111 | 1000 | 0 | 1001100 | 10111110 | 11111 | 10011 |
Color Harmonies of #21393E
Complementary color
Monochromatic Colors of #21393E
Black with #21393E
Text Example
Text Example
White with #21393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21393E; }
p { color: rgb(33,57,62); }
H1.HeaderClassName
{
color: #21393E;
}
.AnyTagClassName
{
color: #21393E;
}
</style>
background-color css
<style>
a { background-color: #21393E; }
a { background-color: rgb(33,57,62); }
div.DivClassName
{
background-color: #21393E;
}
.BgClassName
{
background-color: #21393E;
}
</style>
border-color css
<style>
span { border-color: #21393E; }
span { border-color: rgb(33,57,62); }
td.TdClassName
{
border-color: #21393E;
}
.TagClassName
{
border-color: #21393E;
}
</style>