Shades of Nordic #213C3B
Tints of Nordic #213C3B
RGB
CMYK
RGB Variations
Color information
#213C3B (or 0x213C3B) is known color: Nordic. HEX triplet: 21, 3C and 3B. RGB value is (33,60,59). Sum of RGB (Red+Green+Blue) = 33+60+59=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #213C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C3B is #DEC3C4. Grayscale: #333333. Windows color (decimal): -14599109 or 3882017. OLE color: 3882017.
HSL color Cylindrical-coordinate representation of color #213C3B: hue angle of 177.78º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C3B is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 59 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.76 |
| HSL | 177.78º | 0.29% | 0.18% | - |
| HSV(B) | 177.78º | 0.45% | 0.24% | - |
| XYZ | 3.03 | 3.87 | 4.72 | - |
| YUV | 51.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 59 | 0.45 | 0 | 0.02 | 0.76 | 177.78 | 0.29 | 0.18 |
| Hex | 21 | 3C | 3B | 2D | 0 | 2 | 4C | B2 | 1D | 12 |
| Octal | 41 | 74 | 73 | 55 | 0 | 2 | 114 | 262 | 35 | 22 |
| Binary | 100001 | 111100 | 111011 | 101101 | 0 | 10 | 1001100 | 10110010 | 11101 | 10010 |
Color Harmonies of #213C3B
Complementary color
Monochromatic Colors of #213C3B
Black with #213C3B
Text Example
Text Example
White with #213C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C3B; }
p { color: rgb(33,60,59); }
H1.HeaderClassName
{
color: #213C3B;
}
.AnyTagClassName
{
color: #213C3B;
}
</style>
background-color css
<style>
a { background-color: #213C3B; }
a { background-color: rgb(33,60,59); }
div.DivClassName
{
background-color: #213C3B;
}
.BgClassName
{
background-color: #213C3B;
}
</style>
border-color css
<style>
span { border-color: #213C3B; }
span { border-color: rgb(33,60,59); }
td.TdClassName
{
border-color: #213C3B;
}
.TagClassName
{
border-color: #213C3B;
}
</style>