Shades of Nordic #213B40
Tints of Nordic #213B40
RGB
CMYK
RGB Variations
Color information
#213B40 (or 0x213B40) is known color: Nordic. HEX triplet: 21, 3B and 40. RGB value is (33,59,64). Sum of RGB (Red+Green+Blue) = 33+59+64=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #213B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B40 is #DEC4BF. Grayscale: #333333. Windows color (decimal): -14599360 or 4209441. OLE color: 4209441.
HSL color Cylindrical-coordinate representation of color #213B40: hue angle of 189.68º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213B40 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 59 | 64 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.75 |
| HSL | 189.68º | 0.32% | 0.19% | - |
| HSV(B) | 189.68º | 0.48% | 0.25% | - |
| XYZ | 3.12 | 3.82 | 5.42 | - |
| YUV | 51.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 64 | 0.48 | 0.08 | 0 | 0.75 | 189.68 | 0.32 | 0.19 |
| Hex | 21 | 3B | 40 | 30 | 8 | 0 | 4B | BE | 20 | 13 |
| Octal | 41 | 73 | 100 | 60 | 10 | 0 | 113 | 276 | 40 | 23 |
| Binary | 100001 | 111011 | 1000000 | 110000 | 1000 | 0 | 1001011 | 10111110 | 100000 | 10011 |
Color Harmonies of #213B40
Complementary color
Monochromatic Colors of #213B40
Black with #213B40
Text Example
Text Example
White with #213B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B40; }
p { color: rgb(33,59,64); }
H1.HeaderClassName
{
color: #213B40;
}
.AnyTagClassName
{
color: #213B40;
}
</style>
background-color css
<style>
a { background-color: #213B40; }
a { background-color: rgb(33,59,64); }
div.DivClassName
{
background-color: #213B40;
}
.BgClassName
{
background-color: #213B40;
}
</style>
border-color css
<style>
span { border-color: #213B40; }
span { border-color: rgb(33,59,64); }
td.TdClassName
{
border-color: #213B40;
}
.TagClassName
{
border-color: #213B40;
}
</style>