#221D38

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

Shades of Haiti #221D38

Tints of Haiti #221D38

Color information

#221D38 (or 0x221D38) is unknown color: approx Haiti. HEX triplet: 22, 1D and 38. RGB value is (34,29,56). Sum of RGB (Red+Green+Blue) = 34+29+56=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 29 (11.72% from 255 or 24.37% 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 #221D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D38 is #DDE2C7. Grayscale: #212121. Windows color (decimal): -14541512 or 3677474. OLE color: 3677474.

HSL color Cylindrical-coordinate representation of color #221D38: hue angle of 251.11º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #221D38 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB342956-
CMYK0.390.4800.78
HSL251.11º31.76%16.67%-
HSV(B)251.11º48.21%21.96%-
XYZ1.811.53.94-
YUV33.57140.66128.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=28.57%
G=24.37%
B=47.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3429560.390.4800.78251.1131.7616.67
Hex221D38273004Efb2011
Octal423570476001163734021
Binary10001011101111000100111110000010011101111101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221D38; }

 p { color: rgb(34,29,56); }

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

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

 a { background-color: rgb(34,29,56); }

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

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

 span { border-color: rgb(34,29,56); }

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