#213F4A

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

Shades of Green Vogue #213F4A

Tints of Green Vogue #213F4A

Color information

#213F4A (or 0x213F4A) is unknown color: approx Green Vogue. HEX triplet: 21, 3F and 4A. RGB value is (33,63,74). Sum of RGB (Red+Green+Blue) = 33+63+74=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #213F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F4A is #DEC0B5. Grayscale: #373737. Windows color (decimal): -14598326 or 4865825. OLE color: 4865825.

HSL color Cylindrical-coordinate representation of color #213F4A: hue angle of 196.1º 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 #213F4A is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336374-
CMYK0.550.1500.71
HSL196.1º38.32%20.98%-
HSV(B)196.1º55.41%29.02%-
XYZ3.644.377.13-
YUV55.28138.56112.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=19.41%
G=37.06%
B=43.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3363740.550.1500.71196.138.3220.98
Hex213F4A37F047c42615
Octal4177112671701073044625
Binary10000111111110010101101111111010001111100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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