Shades of Nordic #213C40
Tints of Nordic #213C40
RGB
CMYK
RGB Variations
Color information
#213C40 (or 0x213C40) is known color: Nordic. HEX triplet: 21, 3C and 40. RGB value is (33,60,64). Sum of RGB (Red+Green+Blue) = 33+60+64=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #213C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C40 is #DEC3BF. Grayscale: #343434. Windows color (decimal): -14599104 or 4209697. OLE color: 4209697.
HSL color Cylindrical-coordinate representation of color #213C40: hue angle of 187.74º 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 #213C40 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 60 | 64 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.75 |
| HSL | 187.74º | 0.32% | 0.19% | - |
| HSV(B) | 187.74º | 0.48% | 0.25% | - |
| XYZ | 3.17 | 3.93 | 5.44 | - |
| YUV | 52.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 64 | 0.48 | 0.06 | 0 | 0.75 | 187.74 | 0.32 | 0.19 |
| Hex | 21 | 3C | 40 | 30 | 6 | 0 | 4B | BC | 20 | 13 |
| Octal | 41 | 74 | 100 | 60 | 6 | 0 | 113 | 274 | 40 | 23 |
| Binary | 100001 | 111100 | 1000000 | 110000 | 110 | 0 | 1001011 | 10111100 | 100000 | 10011 |
Color Harmonies of #213C40
Complementary color
Monochromatic Colors of #213C40
Black with #213C40
Text Example
Text Example
White with #213C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C40; }
p { color: rgb(33,60,64); }
H1.HeaderClassName
{
color: #213C40;
}
.AnyTagClassName
{
color: #213C40;
}
</style>
background-color css
<style>
a { background-color: #213C40; }
a { background-color: rgb(33,60,64); }
div.DivClassName
{
background-color: #213C40;
}
.BgClassName
{
background-color: #213C40;
}
</style>
border-color css
<style>
span { border-color: #213C40; }
span { border-color: rgb(33,60,64); }
td.TdClassName
{
border-color: #213C40;
}
.TagClassName
{
border-color: #213C40;
}
</style>