Shades of Nordic #213D42
Tints of Nordic #213D42
RGB
CMYK
RGB Variations
Color information
#213D42 (or 0x213D42) is known color: Nordic. HEX triplet: 21, 3D and 42. RGB value is (33,61,66). Sum of RGB (Red+Green+Blue) = 33+61+66=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #213D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D42 is #DEC2BD. Grayscale: #353535. Windows color (decimal): -14598846 or 4341025. OLE color: 4341025.
HSL color Cylindrical-coordinate representation of color #213D42: hue angle of 189.09º 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 #213D42 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 61 | 66 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.74 |
| HSL | 189.09º | 0.33% | 0.19% | - |
| HSV(B) | 189.09º | 0.5% | 0.26% | - |
| XYZ | 3.28 | 4.05 | 5.76 | - |
| YUV | 53.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 66 | 0.5 | 0.08 | 0 | 0.74 | 189.09 | 0.33 | 0.19 |
| Hex | 21 | 3D | 42 | 32 | 8 | 0 | 4A | BD | 21 | 13 |
| Octal | 41 | 75 | 102 | 62 | 10 | 0 | 112 | 275 | 41 | 23 |
| Binary | 100001 | 111101 | 1000010 | 110010 | 1000 | 0 | 1001010 | 10111101 | 100001 | 10011 |
Color Harmonies of #213D42
Complementary color
Monochromatic Colors of #213D42
Black with #213D42
Text Example
Text Example
White with #213D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D42; }
p { color: rgb(33,61,66); }
H1.HeaderClassName
{
color: #213D42;
}
.AnyTagClassName
{
color: #213D42;
}
</style>
background-color css
<style>
a { background-color: #213D42; }
a { background-color: rgb(33,61,66); }
div.DivClassName
{
background-color: #213D42;
}
.BgClassName
{
background-color: #213D42;
}
</style>
border-color css
<style>
span { border-color: #213D42; }
span { border-color: rgb(33,61,66); }
td.TdClassName
{
border-color: #213D42;
}
.TagClassName
{
border-color: #213D42;
}
</style>