#211937

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

Shades of Tolopea #211937

Tints of Tolopea #211937

Color information

#211937 (or 0x211937) is unknown color: approx Tolopea. HEX triplet: 21, 19 and 37. RGB value is (33,25,55). Sum of RGB (Red+Green+Blue) = 33+25+55=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #211937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211937 is #DEE6C8. Grayscale: #1E1E1E. Windows color (decimal): -14608073 or 3610913. OLE color: 3610913.

HSL color Cylindrical-coordinate representation of color #211937: hue angle of 256º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211937 is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332555-
CMYK0.40.5500.78
HSL256º37.5%15.69%-
HSV(B)256º54.55%21.57%-
XYZ1.661.293.78-
YUV30.81141.65129.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=29.20%
G=22.12%
B=48.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3325550.40.5500.7825637.515.69
Hex211937283704E1002610
Octal413167506701164004620
Binary100001110011101111010001101110100111010000000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211937; }

 p { color: rgb(33,25,55); }

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

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

 a { background-color: rgb(33,25,55); }

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

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

 span { border-color: rgb(33,25,55); }

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