Shades of Nordic #213F42
Tints of Nordic #213F42
RGB
CMYK
RGB Variations
Color information
#213F42 (or 0x213F42) is known color: Nordic. HEX triplet: 21, 3F and 42. RGB value is (33,63,66). Sum of RGB (Red+Green+Blue) = 33+63+66=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #213F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F42 is #DEC0BD. Grayscale: #363636. Windows color (decimal): -14598334 or 4341537. OLE color: 4341537.
HSL color Cylindrical-coordinate representation of color #213F42: hue angle of 185.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #213F42 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 63 | 66 | - |
| CMYK | 0.5 | 0.05 | 0 | 0.74 |
| HSL | 185.45º | 0.33% | 0.19% | - |
| HSV(B) | 185.45º | 0.5% | 0.26% | - |
| XYZ | 3.39 | 4.27 | 5.8 | - |
| YUV | 54.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 66 | 0.5 | 0.05 | 0 | 0.74 | 185.45 | 0.33 | 0.19 |
| Hex | 21 | 3F | 42 | 32 | 5 | 0 | 4A | B9 | 21 | 13 |
| Octal | 41 | 77 | 102 | 62 | 5 | 0 | 112 | 271 | 41 | 23 |
| Binary | 100001 | 111111 | 1000010 | 110010 | 101 | 0 | 1001010 | 10111001 | 100001 | 10011 |
Color Harmonies of #213F42
Complementary color
Monochromatic Colors of #213F42
Black with #213F42
Text Example
Text Example
White with #213F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F42; }
p { color: rgb(33,63,66); }
H1.HeaderClassName
{
color: #213F42;
}
.AnyTagClassName
{
color: #213F42;
}
</style>
background-color css
<style>
a { background-color: #213F42; }
a { background-color: rgb(33,63,66); }
div.DivClassName
{
background-color: #213F42;
}
.BgClassName
{
background-color: #213F42;
}
</style>
border-color css
<style>
span { border-color: #213F42; }
span { border-color: rgb(33,63,66); }
td.TdClassName
{
border-color: #213F42;
}
.TagClassName
{
border-color: #213F42;
}
</style>