Html Css Color HEX #211C39 Haiti

📋 copy color: '#211C39'

red 33 ◦ green 28 ◦ blue 57

#211C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #211C39

Tints of Haiti #211C39

RGB

 RED value IS 33 (13.28% from 255) = 27.97%

 GREEN value IS 28 (11.33% from 255) = 23.73%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 27.97%
G = 23.73%
B = 48.31%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211C39 (or 0x211C39) is known color: Haiti. HEX triplet: 21, 1C and 39. RGB value is (33,28,57). Sum of RGB (Red+Green+Blue) = 33+28+57=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #211C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C39 is #DEE3C6. Grayscale: #202020. Windows color (decimal): -14607303 or 3742753. OLE color: 3742753.

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

Color convert

RGB 33 28 57 -
CMYK 0.42 0.51 0 0.78
HSL 250.34º 0.34% 0.17% -
HSV(B) 250.34º 0.51% 0.22% -
XYZ 1.78 1.45 4.06 -
YUV 32.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 33 28 57 0.42 0.51 0 0.78 250.34 0.34 0.17
Hex 21 1C 39 2A 33 0 4E FA 22 11
Octal 41 34 71 52 63 0 116 372 42 21
Binary 100001 11100 111001 101010 110011 0 1001110 11111010 100010 10001

Color Harmonies of #211C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C39

Black with #211C39

Text Example


Text Example

White with #211C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #211C39;
 }
 .AnyTagClassName
 {
   color: #211C39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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