#213F4E

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

Shades of Green Vogue #213F4E

Tints of Green Vogue #213F4E

Color information

#213F4E (or 0x213F4E) is unknown color: approx Green Vogue. HEX triplet: 21, 3F and 4E. RGB value is (33,63,78). Sum of RGB (Red+Green+Blue) = 33+63+78=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #213F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F4E is #DEC0B1. Grayscale: #373737. Windows color (decimal): -14598322 or 5127969. OLE color: 5127969.

HSL color Cylindrical-coordinate representation of color #213F4E: hue angle of 200º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213F4E is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336378-
CMYK0.580.1900.69
HSL200º40.54%21.76%-
HSV(B)200º57.69%30.59%-
XYZ3.784.437.86-
YUV55.74140.56111.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=18.97%
G=36.21%
B=44.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3363780.580.1900.6920040.5421.76
Hex213F4E3A13045c82916
Octal4177116722301053105126
Binary100001111111100111011101010011010001011100100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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