#221939

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

Shades of Tolopea #221939

Tints of Tolopea #221939

Color information

#221939 (or 0x221939) is unknown color: approx Tolopea. HEX triplet: 22, 19 and 39. RGB value is (34,25,57). Sum of RGB (Red+Green+Blue) = 34+25+57=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #221939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221939 is #DDE6C6. Grayscale: #1F1F1F. Windows color (decimal): -14542535 or 3741986. OLE color: 3741986.

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

Color convert

RGB342557-
CMYK0.400.5600.78
HSL256.88º39.02%16.08%-
HSV(B)256.88º56.14%22.35%-
XYZ1.751.334.04-
YUV31.34142.48129.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.31%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=29.31%
G=21.55%
B=49.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3425570.400.5600.78256.8839.0216.08
Hex221939283804E1012710
Octal423171507001164014720
Binary100010110011110011010001110000100111010000000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221939; }

 p { color: rgb(34,25,57); }

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

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

 a { background-color: rgb(34,25,57); }

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

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

 span { border-color: rgb(34,25,57); }

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