#211E35

Color #211E35 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #211E35

Tints of Haiti #211E35

Color information

#211E35 (or 0x211E35) is unknown color: approx Haiti. HEX triplet: 21, 1E and 35. RGB value is (33,30,53). Sum of RGB (Red+Green+Blue) = 33+30+53=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #211E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E35 is #DEE1CA. Grayscale: #212121. Windows color (decimal): -14606795 or 3481121. OLE color: 3481121.

HSL color Cylindrical-coordinate representation of color #211E35: hue angle of 247.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #211E35 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB333053-
CMYK0.380.4300.79
HSL247.83º27.71%16.27%-
HSV(B)247.83º43.4%20.78%-
XYZ1.731.513.57-
YUV33.52138.99127.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=28.45%
G=25.86%
B=45.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3330530.380.4300.79247.8327.7116.27
Hex211E35262B04Ff81c10
Octal413665465301173703420
Binary1000011111011010110011010101101001111111110001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E35; }

 p { color: rgb(33,30,53); }

 H1.HeaderClassName
 {
   color: #211E35;
 }
 .AnyTagClassName
 {
   color: #211E35;
 }
</style>
background-color css

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

 a { background-color: rgb(33,30,53); }

 div.DivClassName
 {
   background-color: #211E35;
 }
 .BgClassName
 {
   background-color: #211E35;
 }
</style>
border-color css

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

 span { border-color: rgb(33,30,53); }

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