#22244C

Color #22244C Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #22244C

Tints of Lucky Point #22244C

Color information

#22244C (or 0x22244C) is unknown color: approx Lucky Point. HEX triplet: 22, 24 and 4C. RGB value is (34,36,76). Sum of RGB (Red+Green+Blue) = 34+36+76=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #22244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22244C is #DDDBB3. Grayscale: #272727. Windows color (decimal): -14539700 or 4989986. OLE color: 4989986.

HSL color Cylindrical-coordinate representation of color #22244C: hue angle of 237.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22244C is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB343676-
CMYK0.550.5300.70
HSL237.14º38.18%21.57%-
HSV(B)237.14º55.26%29.8%-
XYZ2.62.127.11-
YUV39.96148.34123.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=23.29%
G=24.66%
B=52.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3436760.550.5300.70237.1438.1821.57
Hex22244C3735046ed2616
Octal4244114676501063554626
Binary1000101001001001100110111110101010001101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22244C; }

 p { color: rgb(34,36,76); }

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

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

 a { background-color: rgb(34,36,76); }

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

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

 span { border-color: rgb(34,36,76); }

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