#222B60

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

Shades of Lucky Point #222B60

Tints of Lucky Point #222B60

Color information

#222B60 (or 0x222B60) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 60. RGB value is (34,43,96). Sum of RGB (Red+Green+Blue) = 34+43+96=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #222B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B60 is #DDD49F. Grayscale: #2E2E2E. Windows color (decimal): -14537888 or 6302498. OLE color: 6302498.

HSL color Cylindrical-coordinate representation of color #222B60: hue angle of 231.29º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #222B60 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB344396-
CMYK0.650.5500.62
HSL231.29º47.69%25.49%-
HSV(B)231.29º64.58%37.65%-
XYZ3.632.9111.44-
YUV46.35156.02119.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=19.65%
G=24.86%
B=55.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3443960.650.5500.62231.2947.6925.49
Hex222B60413703Ee73019
Octal4253140101670763476031
Binary1000101010111100000100000111011101111101110011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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