Shades of Nordic #213B3C
Tints of Nordic #213B3C
RGB
CMYK
RGB Variations
Color information
#213B3C (or 0x213B3C) is known color: Nordic. HEX triplet: 21, 3B and 3C. RGB value is (33,59,60). Sum of RGB (Red+Green+Blue) = 33+59+60=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #213B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B3C is #DEC4C3. Grayscale: #333333. Windows color (decimal): -14599364 or 3947297. OLE color: 3947297.
HSL color Cylindrical-coordinate representation of color #213B3C: hue angle of 182.22º 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 #213B3C is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 59 | 60 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.76 |
| HSL | 182.22º | 0.29% | 0.18% | - |
| HSV(B) | 182.22º | 0.45% | 0.24% | - |
| XYZ | 3.01 | 3.78 | 4.85 | - |
| YUV | 51.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 60 | 0.45 | 0.02 | 0 | 0.76 | 182.22 | 0.29 | 0.18 |
| Hex | 21 | 3B | 3C | 2D | 2 | 0 | 4C | B6 | 1D | 12 |
| Octal | 41 | 73 | 74 | 55 | 2 | 0 | 114 | 266 | 35 | 22 |
| Binary | 100001 | 111011 | 111100 | 101101 | 10 | 0 | 1001100 | 10110110 | 11101 | 10010 |
Color Harmonies of #213B3C
Complementary color
Monochromatic Colors of #213B3C
Black with #213B3C
Text Example
Text Example
White with #213B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B3C; }
p { color: rgb(33,59,60); }
H1.HeaderClassName
{
color: #213B3C;
}
.AnyTagClassName
{
color: #213B3C;
}
</style>
background-color css
<style>
a { background-color: #213B3C; }
a { background-color: rgb(33,59,60); }
div.DivClassName
{
background-color: #213B3C;
}
.BgClassName
{
background-color: #213B3C;
}
</style>
border-color css
<style>
span { border-color: #213B3C; }
span { border-color: rgb(33,59,60); }
td.TdClassName
{
border-color: #213B3C;
}
.TagClassName
{
border-color: #213B3C;
}
</style>