#222655

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

Shades of Lucky Point #222655

Tints of Lucky Point #222655

Color information

#222655 (or 0x222655) is unknown color: approx Lucky Point. HEX triplet: 22, 26 and 55. RGB value is (34,38,85). Sum of RGB (Red+Green+Blue) = 34+38+85=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #222655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222655 is #DDD9AA. Grayscale: #292929. Windows color (decimal): -14539179 or 5580322. OLE color: 5580322.

HSL color Cylindrical-coordinate representation of color #222655: hue angle of 235.29º 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 #222655 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB343885-
CMYK0.600.5500.67
HSL235.29º42.86%23.33%-
HSV(B)235.29º60%33.33%-
XYZ2.992.388.9-
YUV42.16152.17122.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=21.66%
G=24.20%
B=54.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3438850.600.5500.67235.2942.8623.33
Hex2226553C37043eb2b17
Octal4246125746701033535327
Binary1000101001101010101111100110111010000111110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222655; }

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

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

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

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

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

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

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

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