#222555

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

Shades of Lucky Point #222555

Tints of Lucky Point #222555

Color information

#222555 (or 0x222555) is unknown color: approx Lucky Point. HEX triplet: 22, 25 and 55. RGB value is (34,37,85). Sum of RGB (Red+Green+Blue) = 34+37+85=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #222555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222555 is #DDDAAA. Grayscale: #292929. Windows color (decimal): -14539435 or 5580066. OLE color: 5580066.

HSL color Cylindrical-coordinate representation of color #222555: hue angle of 236.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #222555 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB343785-
CMYK0.600.5600.67
HSL236.47º42.86%23.33%-
HSV(B)236.47º60%33.33%-
XYZ2.962.328.89-
YUV41.58152.51122.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=21.79%
G=23.72%
B=54.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3437850.600.5600.67236.4742.8623.33
Hex2225553C38043ec2b17
Octal4245125747001033545327
Binary1000101001011010101111100111000010000111110110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222555; }

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

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

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

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

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

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

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

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