Shades of Haiti #211E38
Tints of Haiti #211E38
RGB
CMYK
RGB Variations
Color information
#211E38 (or 0x211E38) is known color: 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
| RGB | 33 | 30 | 56 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.78 |
| HSL | 246.92º | 0.3% | 0.17% | - |
| HSV(B) | 246.92º | 0.46% | 0.22% | - |
| XYZ | 1.81 | 1.54 | 3.94 | - |
| YUV | 33.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 56 | 0.41 | 0.46 | 0 | 0.78 | 246.92 | 0.3 | 0.17 |
| Hex | 21 | 1E | 38 | 29 | 2E | 0 | 4E | F7 | 1E | 11 |
| Octal | 41 | 36 | 70 | 51 | 56 | 0 | 116 | 367 | 36 | 21 |
| Binary | 100001 | 11110 | 111000 | 101001 | 101110 | 0 | 1001110 | 11110111 | 11110 | 10001 |
Color Harmonies of #211E38
Complementary color
Monochromatic Colors of #211E38
Black with #211E38
Text Example
Text Example
White with #211E38
Text Example
Text Example
HTML Codes & Css Web 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>