Shades of Nordic #213B3D
Tints of Nordic #213B3D
RGB
CMYK
RGB Variations
Color information
#213B3D (or 0x213B3D) is known color: Nordic. HEX triplet: 21, 3B and 3D. RGB value is (33,59,61). Sum of RGB (Red+Green+Blue) = 33+59+61=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #213B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B3D is #DEC4C2. Grayscale: #333333. Windows color (decimal): -14599363 or 4012833. OLE color: 4012833.
HSL color Cylindrical-coordinate representation of color #213B3D: hue angle of 184.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213B3D is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 59 | 61 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.76 |
| HSL | 184.29º | 0.3% | 0.18% | - |
| HSV(B) | 184.29º | 0.46% | 0.24% | - |
| XYZ | 3.03 | 3.79 | 4.99 | - |
| YUV | 51.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 61 | 0.46 | 0.03 | 0 | 0.76 | 184.29 | 0.3 | 0.18 |
| Hex | 21 | 3B | 3D | 2E | 3 | 0 | 4C | B8 | 1E | 12 |
| Octal | 41 | 73 | 75 | 56 | 3 | 0 | 114 | 270 | 36 | 22 |
| Binary | 100001 | 111011 | 111101 | 101110 | 11 | 0 | 1001100 | 10111000 | 11110 | 10010 |
Color Harmonies of #213B3D
Complementary color
Monochromatic Colors of #213B3D
Black with #213B3D
Text Example
Text Example
White with #213B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B3D; }
p { color: rgb(33,59,61); }
H1.HeaderClassName
{
color: #213B3D;
}
.AnyTagClassName
{
color: #213B3D;
}
</style>
background-color css
<style>
a { background-color: #213B3D; }
a { background-color: rgb(33,59,61); }
div.DivClassName
{
background-color: #213B3D;
}
.BgClassName
{
background-color: #213B3D;
}
</style>
border-color css
<style>
span { border-color: #213B3D; }
span { border-color: rgb(33,59,61); }
td.TdClassName
{
border-color: #213B3D;
}
.TagClassName
{
border-color: #213B3D;
}
</style>