Shades of Nordic #213E3E
Tints of Nordic #213E3E
RGB
CMYK
RGB Variations
Color information
#213E3E (or 0x213E3E) is known color: Nordic. HEX triplet: 21, 3E and 3E. RGB value is (33,62,62). Sum of RGB (Red+Green+Blue) = 33+62+62=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: green, blue. Hex color #213E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E3E is #DEC1C1. Grayscale: #353535. Windows color (decimal): -14598594 or 4079137. OLE color: 4079137.
HSL color Cylindrical-coordinate representation of color #213E3E: hue angle of 180º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E3E is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 33 | 62 | 62 | - |
CMYK | 0.47 | 0 | 0 | 0.76 |
HSL | 180º | 0.31% | 0.19% | - |
HSV(B) | 180º | 0.47% | 0.24% | - |
XYZ | 3.22 | 4.12 | 5.18 | - |
YUV | 53.33 | 132.89 | 113.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 62 | 62 | 0.47 | 0 | 0 | 0.76 | 180 | 0.31 | 0.19 |
Hex | 21 | 3E | 3E | 2F | 0 | 0 | 4C | B4 | 1F | 13 |
Octal | 41 | 76 | 76 | 57 | 0 | 0 | 114 | 264 | 37 | 23 |
Binary | 100001 | 111110 | 111110 | 101111 | 0 | 0 | 1001100 | 10110100 | 11111 | 10011 |
Color Harmonies of #213E3E
Complementary color
Monochromatic Colors of #213E3E
Black with #213E3E
Text Example
Text Example
White with #213E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E3E; }
p { color: rgb(33,62,62); }
H1.HeaderClassName
{
color: #213E3E;
}
.AnyTagClassName
{
color: #213E3E;
}
</style>
background-color css
<style>
a { background-color: #213E3E; }
a { background-color: rgb(33,62,62); }
div.DivClassName
{
background-color: #213E3E;
}
.BgClassName
{
background-color: #213E3E;
}
</style>
border-color css
<style>
span { border-color: #213E3E; }
span { border-color: rgb(33,62,62); }
td.TdClassName
{
border-color: #213E3E;
}
.TagClassName
{
border-color: #213E3E;
}
</style>