Html Css Color HEX #21404E Green Vogue

📋 copy color: '#21404E'

red 33 ◦ green 64 ◦ blue 78

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

Shades of Green Vogue #21404E

Tints of Green Vogue #21404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 18.86%
G = 36.57%
B = 44.57%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21404E (or 0x21404E) is known color: Green Vogue. HEX triplet: 21, 40 and 4E. RGB value is (33,64,78). Sum of RGB (Red+Green+Blue) = 33+64+78=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #21404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21404E is #DEBFB1. Grayscale: #383838. Windows color (decimal): -14598066 or 5128225. OLE color: 5128225.

HSL color Cylindrical-coordinate representation of color #21404E: hue angle of 198.67º 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 #21404E is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 64 78 -
CMYK 0.58 0.18 0 0.69
HSL 198.67º 0.41% 0.22% -
HSV(B) 198.67º 0.58% 0.31% -
XYZ 3.84 4.54 7.88 -
YUV 56.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 33 64 78 0.58 0.18 0 0.69 198.67 0.41 0.22
Hex 21 40 4E 3A 12 0 45 C7 29 16
Octal 41 100 116 72 22 0 105 307 51 26
Binary 100001 1000000 1001110 111010 10010 0 1000101 11000111 101001 10110

Color Harmonies of #21404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21404E

Black with #21404E

Text Example


Text Example

White with #21404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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