#222B58

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

Shades of Lucky Point #222B58

Tints of Lucky Point #222B58

Color information

#222B58 (or 0x222B58) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 58. RGB value is (34,43,88). Sum of RGB (Red+Green+Blue) = 34+43+88=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #222B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B58 is #DDD4A7. Grayscale: #2D2D2D. Windows color (decimal): -14537896 or 5778210. OLE color: 5778210.

HSL color Cylindrical-coordinate representation of color #222B58: hue angle of 230º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #222B58 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB344388-
CMYK0.610.5100.65
HSL230º44.26%23.92%-
HSV(B)230º61.36%34.51%-
XYZ3.292.779.59-
YUV45.44152.02119.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=20.61%
G=26.06%
B=53.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3443880.610.5100.6523044.2623.92
Hex222B583D33041e62c18
Octal4253130756301013465430
Binary1000101010111011000111101110011010000011110011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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