Shades of Nordic #213D43
Tints of Nordic #213D43
RGB
CMYK
RGB Variations
Color information
#213D43 (or 0x213D43) is known color: Nordic. HEX triplet: 21, 3D and 43. RGB value is (33,61,67). Sum of RGB (Red+Green+Blue) = 33+61+67=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #213D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D43 is #DEC2BC. Grayscale: #353535. Windows color (decimal): -14598845 or 4406561. OLE color: 4406561.
HSL color Cylindrical-coordinate representation of color #213D43: hue angle of 190.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213D43 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 61 | 67 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.74 |
| HSL | 190.59º | 0.34% | 0.2% | - |
| HSV(B) | 190.59º | 0.51% | 0.26% | - |
| XYZ | 3.31 | 4.07 | 5.92 | - |
| YUV | 53.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 67 | 0.51 | 0.09 | 0 | 0.74 | 190.59 | 0.34 | 0.2 |
| Hex | 21 | 3D | 43 | 33 | 9 | 0 | 4A | BF | 22 | 14 |
| Octal | 41 | 75 | 103 | 63 | 11 | 0 | 112 | 277 | 42 | 24 |
| Binary | 100001 | 111101 | 1000011 | 110011 | 1001 | 0 | 1001010 | 10111111 | 100010 | 10100 |
Color Harmonies of #213D43
Complementary color
Monochromatic Colors of #213D43
Black with #213D43
Text Example
Text Example
White with #213D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D43; }
p { color: rgb(33,61,67); }
H1.HeaderClassName
{
color: #213D43;
}
.AnyTagClassName
{
color: #213D43;
}
</style>
background-color css
<style>
a { background-color: #213D43; }
a { background-color: rgb(33,61,67); }
div.DivClassName
{
background-color: #213D43;
}
.BgClassName
{
background-color: #213D43;
}
</style>
border-color css
<style>
span { border-color: #213D43; }
span { border-color: rgb(33,61,67); }
td.TdClassName
{
border-color: #213D43;
}
.TagClassName
{
border-color: #213D43;
}
</style>