Html Css Color HEX #214253 Green Vogue

📋 copy color: '#214253'

red 33 ◦ green 66 ◦ blue 83

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

Shades of Green Vogue #214253

Tints of Green Vogue #214253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 18.13%
G = 36.26%
B = 45.6%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214253 (or 0x214253) is known color: Green Vogue. HEX triplet: 21, 42 and 53. RGB value is (33,66,83). Sum of RGB (Red+Green+Blue) = 33+66+83=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #214253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214253 is #DEBDAC. Grayscale: #393939. Windows color (decimal): -14597549 or 5456417. OLE color: 5456417.

HSL color Cylindrical-coordinate representation of color #214253: hue angle of 200.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214253 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 66 83 -
CMYK 0.60 0.20 0 0.67
HSL 200.4º 0.43% 0.23% -
HSV(B) 200.4º 0.6% 0.33% -
XYZ 4.14 4.84 8.9 -
YUV 58.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 33 66 83 0.60 0.20 0 0.67 200.4 0.43 0.23
Hex 21 42 53 3C 14 0 43 C8 2B 17
Octal 41 102 123 74 24 0 103 310 53 27
Binary 100001 1000010 1010011 111100 10100 0 1000011 11001000 101011 10111

Color Harmonies of #214253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214253

Black with #214253

Text Example


Text Example

White with #214253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214253; }

 p { color: rgb(33,66,83); }

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

background-color css

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

 a { background-color: rgb(33,66,83); }

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

border-color css

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

 span { border-color: rgb(33,66,83); }

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