#222B55

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

Shades of Lucky Point #222B55

Tints of Lucky Point #222B55

Color information

#222B55 (or 0x222B55) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 55. RGB value is (34,43,85). Sum of RGB (Red+Green+Blue) = 34+43+85=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #222B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B55 is #DDD4AA. Grayscale: #2C2C2C. Windows color (decimal): -14537899 or 5581602. OLE color: 5581602.

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

Color convert

RGB344385-
CMYK0.600.4900.67
HSL229.41º42.86%23.33%-
HSV(B)229.41º60%33.33%-
XYZ3.162.728.95-
YUV45.1150.52120.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.99%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=20.99%
G=26.54%
B=52.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3443850.600.4900.67229.4142.8623.33
Hex222B553C31043e52b17
Octal4253125746101033455327
Binary1000101010111010101111100110001010000111110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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