Shades of Green Vogue #213F4D
Tints of Green Vogue #213F4D
RGB
CMYK
RGB Variations
Color information
#213F4D (or 0x213F4D) is known color: Green Vogue. HEX triplet: 21, 3F and 4D. RGB value is (33,63,77). Sum of RGB (Red+Green+Blue) = 33+63+77=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #213F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F4D is #DEC0B2. Grayscale: #373737. Windows color (decimal): -14598323 or 5062433. OLE color: 5062433.
HSL color Cylindrical-coordinate representation of color #213F4D: hue angle of 199.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213F4D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 63 | 77 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.70 |
| HSL | 199.09º | 0.4% | 0.22% | - |
| HSV(B) | 199.09º | 0.57% | 0.3% | - |
| XYZ | 3.74 | 4.41 | 7.68 | - |
| YUV | 55.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 77 | 0.57 | 0.18 | 0 | 0.70 | 199.09 | 0.4 | 0.22 |
| Hex | 21 | 3F | 4D | 39 | 12 | 0 | 46 | C7 | 28 | 16 |
| Octal | 41 | 77 | 115 | 71 | 22 | 0 | 106 | 307 | 50 | 26 |
| Binary | 100001 | 111111 | 1001101 | 111001 | 10010 | 0 | 1000110 | 11000111 | 101000 | 10110 |
Color Harmonies of #213F4D
Complementary color
Monochromatic Colors of #213F4D
Black with #213F4D
Text Example
Text Example
White with #213F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F4D; }
p { color: rgb(33,63,77); }
H1.HeaderClassName
{
color: #213F4D;
}
.AnyTagClassName
{
color: #213F4D;
}
</style>
background-color css
<style>
a { background-color: #213F4D; }
a { background-color: rgb(33,63,77); }
div.DivClassName
{
background-color: #213F4D;
}
.BgClassName
{
background-color: #213F4D;
}
</style>
border-color css
<style>
span { border-color: #213F4D; }
span { border-color: rgb(33,63,77); }
td.TdClassName
{
border-color: #213F4D;
}
.TagClassName
{
border-color: #213F4D;
}
</style>