#222C56

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

Shades of Lucky Point #222C56

Tints of Lucky Point #222C56

Color information

#222C56 (or 0x222C56) is unknown color: approx Lucky Point. HEX triplet: 22, 2C and 56. RGB value is (34,44,86). Sum of RGB (Red+Green+Blue) = 34+44+86=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #222C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C56 is #DDD3A9. Grayscale: #2D2D2D. Windows color (decimal): -14537642 or 5647394. OLE color: 5647394.

HSL color Cylindrical-coordinate representation of color #222C56: hue angle of 228.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #222C56 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB344486-
CMYK0.600.4900.66
HSL228.46º43.33%23.53%-
HSV(B)228.46º60.47%33.73%-
XYZ3.242.819.18-
YUV45.8150.69119.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=20.73%
G=26.83%
B=52.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3444860.600.4900.66228.4643.3323.53
Hex222C563C31042e42b18
Octal4254126746101023445330
Binary1000101011001010110111100110001010000101110010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,44,86); }

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

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

 a { background-color: rgb(34,44,86); }

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

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

 span { border-color: rgb(34,44,86); }

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