#213E4B

Color #213E4B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #213E4B

Tints of Green Vogue #213E4B

Color information

#213E4B (or 0x213E4B) is unknown color: approx 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

RGB336275-
CMYK0.560.1700.71
HSL198.57º38.89%21.18%-
HSV(B)198.57º56%29.41%-
XYZ3.624.287.29-
YUV54.81139.39112.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=19.41%
G=36.47%
B=44.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3362750.560.1700.71198.5738.8921.18
Hex213E4B3811047c72715
Octal4176113702101073074725
Binary100001111110100101111100010001010001111100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>