#222D63

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

Shades of Lucky Point #222D63

Tints of Lucky Point #222D63

Color information

#222D63 (or 0x222D63) is unknown color: approx Lucky Point. HEX triplet: 22, 2D and 63. RGB value is (34,45,99). Sum of RGB (Red+Green+Blue) = 34+45+99=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #222D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D63 is #DDD29C. Grayscale: #2F2F2F. Windows color (decimal): -14537373 or 6499618. OLE color: 6499618.

HSL color Cylindrical-coordinate representation of color #222D63: hue angle of 229.85º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222D63 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB344599-
CMYK0.660.5500.61
HSL229.85º48.87%26.08%-
HSV(B)229.85º65.66%38.82%-
XYZ3.853.1212.2-
YUV47.87156.86118.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=19.10%
G=25.28%
B=55.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3445990.660.5500.61229.8548.8726.08
Hex222D63423703De6311a
Octal4255143102670753466132
Binary1000101011011100011100001011011101111011110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,45,99); }

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

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

 a { background-color: rgb(34,45,99); }

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

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

 span { border-color: rgb(34,45,99); }

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