#211A41

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

Shades of Tolopea #211A41

Tints of Tolopea #211A41

Color information

#211A41 (or 0x211A41) is unknown color: approx Tolopea. HEX triplet: 21, 1A and 41. RGB value is (33,26,65). Sum of RGB (Red+Green+Blue) = 33+26+65=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #211A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A41 is #DEE5BE. Grayscale: #202020. Windows color (decimal): -14607807 or 4266529. OLE color: 4266529.

HSL color Cylindrical-coordinate representation of color #211A41: hue angle of 250.77º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211A41 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB332665-
CMYK0.490.6000.75
HSL250.77º42.86%17.84%-
HSV(B)250.77º60%25.49%-
XYZ1.951.445.18-
YUV32.54146.32128.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=26.61%
G=20.97%
B=52.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3326650.490.6000.75250.7742.8617.84
Hex211A41313C04Bfb2b12
Octal4132101617401133735322
Binary100001110101000001110001111100010010111111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,26,65); }

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

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

 a { background-color: rgb(33,26,65); }

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

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

 span { border-color: rgb(33,26,65); }

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