Shades of Nordic #213B41
Tints of Nordic #213B41
RGB
CMYK
RGB Variations
Color information
#213B41 (or 0x213B41) is known color: Nordic. HEX triplet: 21, 3B and 41. RGB value is (33,59,65). Sum of RGB (Red+Green+Blue) = 33+59+65=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #213B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B41 is #DEC4BE. Grayscale: #333333. Windows color (decimal): -14599359 or 4274977. OLE color: 4274977.
HSL color Cylindrical-coordinate representation of color #213B41: hue angle of 191.25º 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 #213B41 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 59 | 65 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.75 |
| HSL | 191.25º | 0.33% | 0.19% | - |
| HSV(B) | 191.25º | 0.49% | 0.25% | - |
| XYZ | 3.15 | 3.83 | 5.58 | - |
| YUV | 51.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 65 | 0.49 | 0.09 | 0 | 0.75 | 191.25 | 0.33 | 0.19 |
| Hex | 21 | 3B | 41 | 31 | 9 | 0 | 4B | BF | 21 | 13 |
| Octal | 41 | 73 | 101 | 61 | 11 | 0 | 113 | 277 | 41 | 23 |
| Binary | 100001 | 111011 | 1000001 | 110001 | 1001 | 0 | 1001011 | 10111111 | 100001 | 10011 |
Color Harmonies of #213B41
Complementary color
Monochromatic Colors of #213B41
Black with #213B41
Text Example
Text Example
White with #213B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B41; }
p { color: rgb(33,59,65); }
H1.HeaderClassName
{
color: #213B41;
}
.AnyTagClassName
{
color: #213B41;
}
</style>
background-color css
<style>
a { background-color: #213B41; }
a { background-color: rgb(33,59,65); }
div.DivClassName
{
background-color: #213B41;
}
.BgClassName
{
background-color: #213B41;
}
</style>
border-color css
<style>
span { border-color: #213B41; }
span { border-color: rgb(33,59,65); }
td.TdClassName
{
border-color: #213B41;
}
.TagClassName
{
border-color: #213B41;
}
</style>