#222552

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

Shades of Lucky Point #222552

Tints of Lucky Point #222552

Color information

#222552 (or 0x222552) is unknown color: approx Lucky Point. HEX triplet: 22, 25 and 52. RGB value is (34,37,82). Sum of RGB (Red+Green+Blue) = 34+37+82=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #222552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222552 is #DDDAAD. Grayscale: #292929. Windows color (decimal): -14539438 or 5383458. OLE color: 5383458.

HSL color Cylindrical-coordinate representation of color #222552: hue angle of 236.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222552 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB343782-
CMYK0.590.5500.68
HSL236.25º41.38%22.75%-
HSV(B)236.25º58.54%32.16%-
XYZ2.842.278.27-
YUV41.23151.01122.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=22.22%
G=24.18%
B=53.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3437820.590.5500.68236.2541.3822.75
Hex2225523B37044ec2917
Octal4245122736701043545127
Binary1000101001011010010111011110111010001001110110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222552; }

 p { color: rgb(34,37,82); }

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

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

 a { background-color: rgb(34,37,82); }

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

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

 span { border-color: rgb(34,37,82); }

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