#211C37

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

Shades of Haiti #211C37

Tints of Haiti #211C37

Color information

#211C37 (or 0x211C37) is unknown color: approx Haiti. HEX triplet: 21, 1C and 37. RGB value is (33,28,55). Sum of RGB (Red+Green+Blue) = 33+28+55=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #211C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C37 is #DEE3C8. Grayscale: #202020. Windows color (decimal): -14607305 or 3611681. OLE color: 3611681.

HSL color Cylindrical-coordinate representation of color #211C37: hue angle of 251.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #211C37 is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332855-
CMYK0.40.4900.78
HSL251.11º32.53%16.27%-
HSV(B)251.11º49.09%21.57%-
XYZ1.731.433.8-
YUV32.57140.66128.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 55 (21.88% from 255) = 47.41%
R=28.45%
G=24.14%
B=47.41%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3328550.40.4900.78251.1132.5316.27
Hex211C37283104Efb2110
Octal413467506101163734120
Binary10000111100110111101000110001010011101111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,55); }

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

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

 a { background-color: rgb(33,28,55); }

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

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

 span { border-color: rgb(33,28,55); }

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