Shades of Nordic #213C3F
Tints of Nordic #213C3F
RGB
CMYK
RGB Variations
Color information
#213C3F (or 0x213C3F) is known color: Nordic. HEX triplet: 21, 3C and 3F. RGB value is (33,60,63). Sum of RGB (Red+Green+Blue) = 33+60+63=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #213C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C3F is #DEC3C0. Grayscale: #343434. Windows color (decimal): -14599105 or 4144161. OLE color: 4144161.
HSL color Cylindrical-coordinate representation of color #213C3F: hue angle of 186º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213C3F is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 60 | 63 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.75 |
| HSL | 186º | 0.31% | 0.19% | - |
| HSV(B) | 186º | 0.48% | 0.25% | - |
| XYZ | 3.14 | 3.91 | 5.29 | - |
| YUV | 52.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 63 | 0.48 | 0.05 | 0 | 0.75 | 186 | 0.31 | 0.19 |
| Hex | 21 | 3C | 3F | 30 | 5 | 0 | 4B | BA | 1F | 13 |
| Octal | 41 | 74 | 77 | 60 | 5 | 0 | 113 | 272 | 37 | 23 |
| Binary | 100001 | 111100 | 111111 | 110000 | 101 | 0 | 1001011 | 10111010 | 11111 | 10011 |
Color Harmonies of #213C3F
Complementary color
Monochromatic Colors of #213C3F
Black with #213C3F
Text Example
Text Example
White with #213C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C3F; }
p { color: rgb(33,60,63); }
H1.HeaderClassName
{
color: #213C3F;
}
.AnyTagClassName
{
color: #213C3F;
}
</style>
background-color css
<style>
a { background-color: #213C3F; }
a { background-color: rgb(33,60,63); }
div.DivClassName
{
background-color: #213C3F;
}
.BgClassName
{
background-color: #213C3F;
}
</style>
border-color css
<style>
span { border-color: #213C3F; }
span { border-color: rgb(33,60,63); }
td.TdClassName
{
border-color: #213C3F;
}
.TagClassName
{
border-color: #213C3F;
}
</style>