#222A55

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

Shades of Lucky Point #222A55

Tints of Lucky Point #222A55

Color information

#222A55 (or 0x222A55) is unknown color: approx Lucky Point. HEX triplet: 22, 2A and 55. RGB value is (34,42,85). Sum of RGB (Red+Green+Blue) = 34+42+85=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #222A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222A55 is #DDD5AA. Grayscale: #2C2C2C. Windows color (decimal): -14538155 or 5581346. OLE color: 5581346.

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

Color convert

RGB344285-
CMYK0.600.5100.67
HSL230.59º42.86%23.33%-
HSV(B)230.59º60%33.33%-
XYZ3.132.658.94-
YUV44.51150.85120.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=21.12%
G=26.09%
B=52.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3442850.600.5100.67230.5942.8623.33
Hex222A553C33043e72b17
Octal4252125746301033475327
Binary1000101010101010101111100110011010000111110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222A55; }

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

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

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

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

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

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

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

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