Shades of Nordic #213D3F
Tints of Nordic #213D3F
RGB
CMYK
RGB Variations
Color information
#213D3F (or 0x213D3F) is known color: Nordic. HEX triplet: 21, 3D and 3F. RGB value is (33,61,63). Sum of RGB (Red+Green+Blue) = 33+61+63=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #213D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D3F is #DEC2C0. Grayscale: #343434. Windows color (decimal): -14598849 or 4144417. OLE color: 4144417.
HSL color Cylindrical-coordinate representation of color #213D3F: hue angle of 184º degrees, saturation: 0.31, 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 #213D3F is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 61 | 63 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.75 |
| HSL | 184º | 0.31% | 0.19% | - |
| HSV(B) | 184º | 0.48% | 0.25% | - |
| XYZ | 3.19 | 4.02 | 5.31 | - |
| YUV | 52.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 63 | 0.48 | 0.03 | 0 | 0.75 | 184 | 0.31 | 0.19 |
| Hex | 21 | 3D | 3F | 30 | 3 | 0 | 4B | B8 | 1F | 13 |
| Octal | 41 | 75 | 77 | 60 | 3 | 0 | 113 | 270 | 37 | 23 |
| Binary | 100001 | 111101 | 111111 | 110000 | 11 | 0 | 1001011 | 10111000 | 11111 | 10011 |
Color Harmonies of #213D3F
Complementary color
Monochromatic Colors of #213D3F
Black with #213D3F
Text Example
Text Example
White with #213D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D3F; }
p { color: rgb(33,61,63); }
H1.HeaderClassName
{
color: #213D3F;
}
.AnyTagClassName
{
color: #213D3F;
}
</style>
background-color css
<style>
a { background-color: #213D3F; }
a { background-color: rgb(33,61,63); }
div.DivClassName
{
background-color: #213D3F;
}
.BgClassName
{
background-color: #213D3F;
}
</style>
border-color css
<style>
span { border-color: #213D3F; }
span { border-color: rgb(33,61,63); }
td.TdClassName
{
border-color: #213D3F;
}
.TagClassName
{
border-color: #213D3F;
}
</style>