#222952

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

Shades of Lucky Point #222952

Tints of Lucky Point #222952

Color information

#222952 (or 0x222952) is unknown color: approx Lucky Point. HEX triplet: 22, 29 and 52. RGB value is (34,41,82). Sum of RGB (Red+Green+Blue) = 34+41+82=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #222952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222952 is #DDD6AD. Grayscale: #2B2B2B. Windows color (decimal): -14538414 or 5384482. OLE color: 5384482.

HSL color Cylindrical-coordinate representation of color #222952: hue angle of 231.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222952 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB344182-
CMYK0.590.5000.68
HSL231.25º41.38%22.75%-
HSV(B)231.25º58.54%32.16%-
XYZ2.982.548.32-
YUV43.58149.68121.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=21.66%
G=26.11%
B=52.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3441820.590.5000.68231.2541.3822.75
Hex2229523B32044e72917
Octal4251122736201043475127
Binary1000101010011010010111011110010010001001110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222952; }

 p { color: rgb(34,41,82); }

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

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

 a { background-color: rgb(34,41,82); }

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

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

 span { border-color: rgb(34,41,82); }

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