Shades of Green Vogue #213E4B
Tints of Green Vogue #213E4B
RGB
CMYK
RGB Variations
Color information
#213E4B (or 0x213E4B) is known color: Green Vogue. HEX triplet: 21, 3E and 4B. RGB value is (33,62,75). Sum of RGB (Red+Green+Blue) = 33+62+75=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #213E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E4B is #DEC1B4. Grayscale: #363636. Windows color (decimal): -14598581 or 4931105. OLE color: 4931105.
HSL color Cylindrical-coordinate representation of color #213E4B: hue angle of 198.57º 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 #213E4B is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 62 | 75 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.71 |
| HSL | 198.57º | 0.39% | 0.21% | - |
| HSV(B) | 198.57º | 0.56% | 0.29% | - |
| XYZ | 3.62 | 4.28 | 7.29 | - |
| YUV | 54.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 75 | 0.56 | 0.17 | 0 | 0.71 | 198.57 | 0.39 | 0.21 |
| Hex | 21 | 3E | 4B | 38 | 11 | 0 | 47 | C7 | 27 | 15 |
| Octal | 41 | 76 | 113 | 70 | 21 | 0 | 107 | 307 | 47 | 25 |
| Binary | 100001 | 111110 | 1001011 | 111000 | 10001 | 0 | 1000111 | 11000111 | 100111 | 10101 |
Color Harmonies of #213E4B
Complementary color
Monochromatic Colors of #213E4B
Black with #213E4B
Text Example
Text Example
White with #213E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E4B; }
p { color: rgb(33,62,75); }
H1.HeaderClassName
{
color: #213E4B;
}
.AnyTagClassName
{
color: #213E4B;
}
</style>
background-color css
<style>
a { background-color: #213E4B; }
a { background-color: rgb(33,62,75); }
div.DivClassName
{
background-color: #213E4B;
}
.BgClassName
{
background-color: #213E4B;
}
</style>
border-color css
<style>
span { border-color: #213E4B; }
span { border-color: rgb(33,62,75); }
td.TdClassName
{
border-color: #213E4B;
}
.TagClassName
{
border-color: #213E4B;
}
</style>