Html Css Color HEX #214550 Green Vogue

📋 copy color: '#214550'

red 33 ◦ green 69 ◦ blue 80

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

Shades of Green Vogue #214550

Tints of Green Vogue #214550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

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

R = 18.13%
G = 37.91%
B = 43.96%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#214550 (or 0x214550) is known color: Green Vogue. HEX triplet: 21, 45 and 50. RGB value is (33,69,80). Sum of RGB (Red+Green+Blue) = 33+69+80=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #214550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214550 is #DEBAAF. Grayscale: #3B3B3B. Windows color (decimal): -14596784 or 5260577. OLE color: 5260577.

HSL color Cylindrical-coordinate representation of color #214550: hue angle of 194.04º 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 #214550 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 69 80 -
CMYK 0.59 0.14 0 0.69
HSL 194.04º 0.42% 0.22% -
HSV(B) 194.04º 0.59% 0.31% -
XYZ 4.2 5.16 8.36 -
YUV 59.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 33 69 80 0.59 0.14 0 0.69 194.04 0.42 0.22
Hex 21 45 50 3B E 0 45 C2 2A 16
Octal 41 105 120 73 16 0 105 302 52 26
Binary 100001 1000101 1010000 111011 1110 0 1000101 11000010 101010 10110

Color Harmonies of #214550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214550

Black with #214550

Text Example


Text Example

White with #214550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214550; }

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

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

background-color css

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

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

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

border-color css

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

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

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