Html Css Color HEX #214451 Green Vogue

📋 copy color: '#214451'

red 33 ◦ green 68 ◦ blue 81

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

Shades of Green Vogue #214451

Tints of Green Vogue #214451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 18.13%
G = 37.36%
B = 44.51%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214451 (or 0x214451) is known color: Green Vogue. HEX triplet: 21, 44 and 51. RGB value is (33,68,81). Sum of RGB (Red+Green+Blue) = 33+68+81=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #214451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214451 is #DEBBAE. Grayscale: #3A3A3A. Windows color (decimal): -14597039 or 5325857. OLE color: 5325857.

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

Color convert

RGB 33 68 81 -
CMYK 0.59 0.16 0 0.68
HSL 196.25º 0.42% 0.22% -
HSV(B) 196.25º 0.59% 0.32% -
XYZ 4.18 5.05 8.54 -
YUV 59.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 33 68 81 0.59 0.16 0 0.68 196.25 0.42 0.22
Hex 21 44 51 3B 10 0 44 C4 2A 16
Octal 41 104 121 73 20 0 104 304 52 26
Binary 100001 1000100 1010001 111011 10000 0 1000100 11000100 101010 10110

Color Harmonies of #214451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214451

Black with #214451

Text Example


Text Example

White with #214451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214451; }

 p { color: rgb(33,68,81); }

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

background-color css

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

 a { background-color: rgb(33,68,81); }

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

border-color css

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

 span { border-color: rgb(33,68,81); }

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