Shades of Green Vogue #213F4B
Tints of Green Vogue #213F4B
RGB
CMYK
RGB Variations
Color information
#213F4B (or 0x213F4B) is known color: Green Vogue. HEX triplet: 21, 3F and 4B. RGB value is (33,63,75). Sum of RGB (Red+Green+Blue) = 33+63+75=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #213F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F4B is #DEC0B4. Grayscale: #373737. Windows color (decimal): -14598325 or 4931361. OLE color: 4931361.
HSL color Cylindrical-coordinate representation of color #213F4B: hue angle of 197.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213F4B is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 63 | 75 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.71 |
| HSL | 197.14º | 0.39% | 0.21% | - |
| HSV(B) | 197.14º | 0.56% | 0.29% | - |
| XYZ | 3.67 | 4.39 | 7.31 | - |
| YUV | 55.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 75 | 0.56 | 0.16 | 0 | 0.71 | 197.14 | 0.39 | 0.21 |
| Hex | 21 | 3F | 4B | 38 | 10 | 0 | 47 | C5 | 27 | 15 |
| Octal | 41 | 77 | 113 | 70 | 20 | 0 | 107 | 305 | 47 | 25 |
| Binary | 100001 | 111111 | 1001011 | 111000 | 10000 | 0 | 1000111 | 11000101 | 100111 | 10101 |
Color Harmonies of #213F4B
Complementary color
Monochromatic Colors of #213F4B
Black with #213F4B
Text Example
Text Example
White with #213F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F4B; }
p { color: rgb(33,63,75); }
H1.HeaderClassName
{
color: #213F4B;
}
.AnyTagClassName
{
color: #213F4B;
}
</style>
background-color css
<style>
a { background-color: #213F4B; }
a { background-color: rgb(33,63,75); }
div.DivClassName
{
background-color: #213F4B;
}
.BgClassName
{
background-color: #213F4B;
}
</style>
border-color css
<style>
span { border-color: #213F4B; }
span { border-color: rgb(33,63,75); }
td.TdClassName
{
border-color: #213F4B;
}
.TagClassName
{
border-color: #213F4B;
}
</style>