#222C55

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

Shades of Lucky Point #222C55

Tints of Lucky Point #222C55

Color information

#222C55 (or 0x222C55) is unknown color: approx Lucky Point. HEX triplet: 22, 2C and 55. RGB value is (34,44,85). Sum of RGB (Red+Green+Blue) = 34+44+85=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #222C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C55 is #DDD3AA. Grayscale: #2D2D2D. Windows color (decimal): -14537643 or 5581858. OLE color: 5581858.

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

Color convert

RGB344485-
CMYK0.600.4800.67
HSL228.24º42.86%23.33%-
HSV(B)228.24º60%33.33%-
XYZ3.22.88.97-
YUV45.68150.19119.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=20.86%
G=26.99%
B=52.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3444850.600.4800.67228.2442.8623.33
Hex222C553C30043e42b17
Octal4254125746001033445327
Binary1000101011001010101111100110000010000111110010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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