Shades of Nordic #213C3E
Tints of Nordic #213C3E
RGB
CMYK
RGB Variations
Color information
#213C3E (or 0x213C3E) is known color: Nordic. HEX triplet: 21, 3C and 3E. RGB value is (33,60,62). Sum of RGB (Red+Green+Blue) = 33+60+62=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #213C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C3E is #DEC3C1. Grayscale: #343434. Windows color (decimal): -14599106 or 4078625. OLE color: 4078625.
HSL color Cylindrical-coordinate representation of color #213C3E: hue angle of 184.14º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213C3E is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 62 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.76 |
| HSL | 184.14º | 0.31% | 0.19% | - |
| HSV(B) | 184.14º | 0.47% | 0.24% | - |
| XYZ | 3.11 | 3.9 | 5.15 | - |
| YUV | 52.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 62 | 0.47 | 0.03 | 0 | 0.76 | 184.14 | 0.31 | 0.19 |
| Hex | 21 | 3C | 3E | 2F | 3 | 0 | 4C | B8 | 1F | 13 |
| Octal | 41 | 74 | 76 | 57 | 3 | 0 | 114 | 270 | 37 | 23 |
| Binary | 100001 | 111100 | 111110 | 101111 | 11 | 0 | 1001100 | 10111000 | 11111 | 10011 |
Color Harmonies of #213C3E
Complementary color
Monochromatic Colors of #213C3E
Black with #213C3E
Text Example
Text Example
White with #213C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C3E; }
p { color: rgb(33,60,62); }
H1.HeaderClassName
{
color: #213C3E;
}
.AnyTagClassName
{
color: #213C3E;
}
</style>
background-color css
<style>
a { background-color: #213C3E; }
a { background-color: rgb(33,60,62); }
div.DivClassName
{
background-color: #213C3E;
}
.BgClassName
{
background-color: #213C3E;
}
</style>
border-color css
<style>
span { border-color: #213C3E; }
span { border-color: rgb(33,60,62); }
td.TdClassName
{
border-color: #213C3E;
}
.TagClassName
{
border-color: #213C3E;
}
</style>