#211E38

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

Shades of Haiti #211E38

Tints of Haiti #211E38

Color information

#211E38 (or 0x211E38) is unknown color: approx Haiti. HEX triplet: 21, 1E and 38. RGB value is (33,30,56). Sum of RGB (Red+Green+Blue) = 33+30+56=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #211E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E38 is #DEE1C7. Grayscale: #212121. Windows color (decimal): -14606792 or 3677729. OLE color: 3677729.

HSL color Cylindrical-coordinate representation of color #211E38: hue angle of 246.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211E38 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB333056-
CMYK0.410.4600.78
HSL246.92º30.23%16.86%-
HSV(B)246.92º46.43%21.96%-
XYZ1.811.543.94-
YUV33.86140.49127.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=27.73%
G=25.21%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3330560.410.4600.78246.9230.2316.86
Hex211E38292E04Ef71e11
Octal413670515601163673621
Binary1000011111011100010100110111001001110111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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