Shades of Haiti #211E3C
Tints of Haiti #211E3C
RGB
CMYK
RGB Variations
Color information
#211E3C (or 0x211E3C) is known color: Haiti. HEX triplet: 21, 1E and 3C. RGB value is (33,30,60). Sum of RGB (Red+Green+Blue) = 33+30+60=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #211E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E3C is #DEE1C3. Grayscale: #222222. Windows color (decimal): -14606788 or 3939873. OLE color: 3939873.
HSL color Cylindrical-coordinate representation of color #211E3C: hue angle of 246º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #211E3C is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 30 | 60 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.76 |
| HSL | 246º | 0.33% | 0.18% | - |
| HSV(B) | 246º | 0.5% | 0.24% | - |
| XYZ | 1.91 | 1.58 | 4.48 | - |
| YUV | 34.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 60 | 0.45 | 0.50 | 0 | 0.76 | 246 | 0.33 | 0.18 |
| Hex | 21 | 1E | 3C | 2D | 32 | 0 | 4C | F6 | 21 | 12 |
| Octal | 41 | 36 | 74 | 55 | 62 | 0 | 114 | 366 | 41 | 22 |
| Binary | 100001 | 11110 | 111100 | 101101 | 110010 | 0 | 1001100 | 11110110 | 100001 | 10010 |
Color Harmonies of #211E3C
Complementary color
Monochromatic Colors of #211E3C
Black with #211E3C
Text Example
Text Example
White with #211E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E3C; }
p { color: rgb(33,30,60); }
H1.HeaderClassName
{
color: #211E3C;
}
.AnyTagClassName
{
color: #211E3C;
}
</style>
background-color css
<style>
a { background-color: #211E3C; }
a { background-color: rgb(33,30,60); }
div.DivClassName
{
background-color: #211E3C;
}
.BgClassName
{
background-color: #211E3C;
}
</style>
border-color css
<style>
span { border-color: #211E3C; }
span { border-color: rgb(33,30,60); }
td.TdClassName
{
border-color: #211E3C;
}
.TagClassName
{
border-color: #211E3C;
}
</style>