Shades of Nordic #213D3E
Tints of Nordic #213D3E
RGB
CMYK
RGB Variations
Color information
#213D3E (or 0x213D3E) is known color: Nordic. HEX triplet: 21, 3D and 3E. RGB value is (33,61,62). Sum of RGB (Red+Green+Blue) = 33+61+62=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #213D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D3E is #DEC2C1. Grayscale: #343434. Windows color (decimal): -14598850 or 4078881. OLE color: 4078881.
HSL color Cylindrical-coordinate representation of color #213D3E: hue angle of 182.07º 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 #213D3E is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 62 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.76 |
| HSL | 182.07º | 0.31% | 0.19% | - |
| HSV(B) | 182.07º | 0.47% | 0.24% | - |
| XYZ | 3.17 | 4.01 | 5.16 | - |
| YUV | 52.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 62 | 0.47 | 0.02 | 0 | 0.76 | 182.07 | 0.31 | 0.19 |
| Hex | 21 | 3D | 3E | 2F | 2 | 0 | 4C | B6 | 1F | 13 |
| Octal | 41 | 75 | 76 | 57 | 2 | 0 | 114 | 266 | 37 | 23 |
| Binary | 100001 | 111101 | 111110 | 101111 | 10 | 0 | 1001100 | 10110110 | 11111 | 10011 |
Color Harmonies of #213D3E
Complementary color
Monochromatic Colors of #213D3E
Black with #213D3E
Text Example
Text Example
White with #213D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D3E; }
p { color: rgb(33,61,62); }
H1.HeaderClassName
{
color: #213D3E;
}
.AnyTagClassName
{
color: #213D3E;
}
</style>
background-color css
<style>
a { background-color: #213D3E; }
a { background-color: rgb(33,61,62); }
div.DivClassName
{
background-color: #213D3E;
}
.BgClassName
{
background-color: #213D3E;
}
</style>
border-color css
<style>
span { border-color: #213D3E; }
span { border-color: rgb(33,61,62); }
td.TdClassName
{
border-color: #213D3E;
}
.TagClassName
{
border-color: #213D3E;
}
</style>