Shades of Nordic #213F41
Tints of Nordic #213F41
RGB
CMYK
RGB Variations
Color information
#213F41 (or 0x213F41) is known color: Nordic. HEX triplet: 21, 3F and 41. RGB value is (33,63,65). Sum of RGB (Red+Green+Blue) = 33+63+65=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #213F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F41 is #DEC0BE. Grayscale: #363636. Windows color (decimal): -14598335 or 4276001. OLE color: 4276001.
HSL color Cylindrical-coordinate representation of color #213F41: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213F41 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 65 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.75 |
| HSL | 183.75º | 0.33% | 0.19% | - |
| HSV(B) | 183.75º | 0.49% | 0.25% | - |
| XYZ | 3.36 | 4.26 | 5.65 | - |
| YUV | 54.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 65 | 0.49 | 0.03 | 0 | 0.75 | 183.75 | 0.33 | 0.19 |
| Hex | 21 | 3F | 41 | 31 | 3 | 0 | 4B | B8 | 21 | 13 |
| Octal | 41 | 77 | 101 | 61 | 3 | 0 | 113 | 270 | 41 | 23 |
| Binary | 100001 | 111111 | 1000001 | 110001 | 11 | 0 | 1001011 | 10111000 | 100001 | 10011 |
Color Harmonies of #213F41
Complementary color
Monochromatic Colors of #213F41
Black with #213F41
Text Example
Text Example
White with #213F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F41; }
p { color: rgb(33,63,65); }
H1.HeaderClassName
{
color: #213F41;
}
.AnyTagClassName
{
color: #213F41;
}
</style>
background-color css
<style>
a { background-color: #213F41; }
a { background-color: rgb(33,63,65); }
div.DivClassName
{
background-color: #213F41;
}
.BgClassName
{
background-color: #213F41;
}
</style>
border-color css
<style>
span { border-color: #213F41; }
span { border-color: rgb(33,63,65); }
td.TdClassName
{
border-color: #213F41;
}
.TagClassName
{
border-color: #213F41;
}
</style>