#222B4B

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

Shades of Lucky Point #222B4B

Tints of Lucky Point #222B4B

Color information

#222B4B (or 0x222B4B) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 4B. RGB value is (34,43,75). Sum of RGB (Red+Green+Blue) = 34+43+75=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #222B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B4B is #DDD4B4. Grayscale: #2B2B2B. Windows color (decimal): -14537909 or 4926242. OLE color: 4926242.

HSL color Cylindrical-coordinate representation of color #222B4B: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #222B4B is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB344375-
CMYK0.550.4300.71
HSL226.83º37.61%21.37%-
HSV(B)226.83º54.67%29.41%-
XYZ2.792.587.01-
YUV43.96145.52120.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=22.37%
G=28.29%
B=49.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3443750.550.4300.71226.8337.6121.37
Hex222B4B372B047e32615
Octal4253113675301073434625
Binary1000101010111001011110111101011010001111110001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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