Shades of Nordic #213D44
Tints of Nordic #213D44
RGB
CMYK
RGB Variations
Color information
#213D44 (or 0x213D44) is known color: Nordic. HEX triplet: 21, 3D and 44. RGB value is (33,61,68). Sum of RGB (Red+Green+Blue) = 33+61+68=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #213D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D44 is #DEC2BB. Grayscale: #353535. Windows color (decimal): -14598844 or 4472097. OLE color: 4472097.
HSL color Cylindrical-coordinate representation of color #213D44: hue angle of 192º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213D44 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 61 | 68 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.73 |
| HSL | 192º | 0.35% | 0.2% | - |
| HSV(B) | 192º | 0.51% | 0.27% | - |
| XYZ | 3.34 | 4.08 | 6.08 | - |
| YUV | 53.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 68 | 0.51 | 0.10 | 0 | 0.73 | 192 | 0.35 | 0.2 |
| Hex | 21 | 3D | 44 | 33 | A | 0 | 49 | C0 | 23 | 14 |
| Octal | 41 | 75 | 104 | 63 | 12 | 0 | 111 | 300 | 43 | 24 |
| Binary | 100001 | 111101 | 1000100 | 110011 | 1010 | 0 | 1001001 | 11000000 | 100011 | 10100 |
Color Harmonies of #213D44
Complementary color
Monochromatic Colors of #213D44
Black with #213D44
Text Example
Text Example
White with #213D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D44; }
p { color: rgb(33,61,68); }
H1.HeaderClassName
{
color: #213D44;
}
.AnyTagClassName
{
color: #213D44;
}
</style>
background-color css
<style>
a { background-color: #213D44; }
a { background-color: rgb(33,61,68); }
div.DivClassName
{
background-color: #213D44;
}
.BgClassName
{
background-color: #213D44;
}
</style>
border-color css
<style>
span { border-color: #213D44; }
span { border-color: rgb(33,61,68); }
td.TdClassName
{
border-color: #213D44;
}
.TagClassName
{
border-color: #213D44;
}
</style>