Shades of Nordic #214044
Tints of Nordic #214044
RGB
CMYK
RGB Variations
Color information
#214044 (or 0x214044) is known color: Nordic. HEX triplet: 21, 40 and 44. RGB value is (33,64,68). Sum of RGB (Red+Green+Blue) = 33+64+68=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #214044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214044 is #DEBFBB. Grayscale: #373737. Windows color (decimal): -14598076 or 4472865. OLE color: 4472865.
HSL color Cylindrical-coordinate representation of color #214044: hue angle of 186.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214044 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 64 | 68 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.73 |
| HSL | 186.86º | 0.35% | 0.2% | - |
| HSV(B) | 186.86º | 0.51% | 0.27% | - |
| XYZ | 3.5 | 4.41 | 6.13 | - |
| YUV | 55.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 68 | 0.51 | 0.06 | 0 | 0.73 | 186.86 | 0.35 | 0.2 |
| Hex | 21 | 40 | 44 | 33 | 6 | 0 | 49 | BB | 23 | 14 |
| Octal | 41 | 100 | 104 | 63 | 6 | 0 | 111 | 273 | 43 | 24 |
| Binary | 100001 | 1000000 | 1000100 | 110011 | 110 | 0 | 1001001 | 10111011 | 100011 | 10100 |
Color Harmonies of #214044
Complementary color
Monochromatic Colors of #214044
Black with #214044
Text Example
Text Example
White with #214044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214044; }
p { color: rgb(33,64,68); }
H1.HeaderClassName
{
color: #214044;
}
.AnyTagClassName
{
color: #214044;
}
</style>
background-color css
<style>
a { background-color: #214044; }
a { background-color: rgb(33,64,68); }
div.DivClassName
{
background-color: #214044;
}
.BgClassName
{
background-color: #214044;
}
</style>
border-color css
<style>
span { border-color: #214044; }
span { border-color: rgb(33,64,68); }
td.TdClassName
{
border-color: #214044;
}
.TagClassName
{
border-color: #214044;
}
</style>