Html Css Color HEX #214050 Green Vogue

📋 copy color: '#214050'

red 33 ◦ green 64 ◦ blue 80

#214050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #214050

Tints of Green Vogue #214050

RGB

 RED value IS 33 (13.28% from 255) = 18.64%

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 18.64%
G = 36.16%
B = 45.2%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#214050 (or 0x214050) is known color: Green Vogue. HEX triplet: 21, 40 and 50. RGB value is (33,64,80). Sum of RGB (Red+Green+Blue) = 33+64+80=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #214050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214050 is #DEBFAF. Grayscale: #383838. Windows color (decimal): -14598064 or 5259297. OLE color: 5259297.

HSL color Cylindrical-coordinate representation of color #214050: hue angle of 200.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214050 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 64 80 -
CMYK 0.59 0.20 0 0.69
HSL 200.43º 0.42% 0.22% -
HSV(B) 200.43º 0.59% 0.31% -
XYZ 3.91 4.57 8.27 -
YUV 56.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 33 64 80 0.59 0.20 0 0.69 200.43 0.42 0.22
Hex 21 40 50 3B 14 0 45 C8 2A 16
Octal 41 100 120 73 24 0 105 310 52 26
Binary 100001 1000000 1010000 111011 10100 0 1000101 11001000 101010 10110

Color Harmonies of #214050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214050

Black with #214050

Text Example


Text Example

White with #214050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214050; }

 p { color: rgb(33,64,80); }

 H1.HeaderClassName
 {
   color: #214050;
 }
 .AnyTagClassName
 {
   color: #214050;
 }
</style>

background-color css

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

 a { background-color: rgb(33,64,80); }

 div.DivClassName
 {
   background-color: #214050;
 }
 .BgClassName
 {
   background-color: #214050;
 }
</style>

border-color css

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

 span { border-color: rgb(33,64,80); }

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