#213E4A

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

Shades of Green Vogue #213E4A

Tints of Green Vogue #213E4A

Color information

#213E4A (or 0x213E4A) is unknown color: approx Green Vogue. HEX triplet: 21, 3E and 4A. RGB value is (33,62,74). Sum of RGB (Red+Green+Blue) = 33+62+74=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #213E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E4A is #DEC1B5. Grayscale: #363636. Windows color (decimal): -14598582 or 4865569. OLE color: 4865569.

HSL color Cylindrical-coordinate representation of color #213E4A: hue angle of 197.56º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213E4A is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336274-
CMYK0.550.1600.71
HSL197.56º38.32%20.98%-
HSV(B)197.56º55.41%29.02%-
XYZ3.594.267.11-
YUV54.7138.89112.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=19.53%
G=36.69%
B=43.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3362740.550.1600.71197.5638.3220.98
Hex213E4A3710047c62615
Octal4176112672001073064625
Binary100001111110100101011011110000010001111100011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E4A; }

 p { color: rgb(33,62,74); }

 H1.HeaderClassName
 {
   color: #213E4A;
 }
 .AnyTagClassName
 {
   color: #213E4A;
 }
</style>
background-color css

<style>
 a { background-color: #213E4A; }

 a { background-color: rgb(33,62,74); }

 div.DivClassName
 {
   background-color: #213E4A;
 }
 .BgClassName
 {
   background-color: #213E4A;
 }
</style>
border-color css

<style>
 span { border-color: #213E4A; }

 span { border-color: rgb(33,62,74); }

 td.TdClassName
 {
   border-color: #213E4A;
 }
 .TagClassName
 {
   border-color: #213E4A;
 }
</style>