#222B52

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

Shades of Lucky Point #222B52

Tints of Lucky Point #222B52

Color information

#222B52 (or 0x222B52) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 52. RGB value is (34,43,82). Sum of RGB (Red+Green+Blue) = 34+43+82=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #222B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B52 is #DDD4AD. Grayscale: #2C2C2C. Windows color (decimal): -14537902 or 5384994. OLE color: 5384994.

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

Color convert

RGB344382-
CMYK0.590.4800.68
HSL228.75º41.38%22.75%-
HSV(B)228.75º58.54%32.16%-
XYZ3.052.688.34-
YUV44.76149.02120.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=21.38%
G=27.04%
B=51.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3443820.590.4800.68228.7541.3822.75
Hex222B523B30044e52917
Octal4253122736001043455127
Binary1000101010111010010111011110000010001001110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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