#223060

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

Shades of Lucky Point #223060

Tints of Lucky Point #223060

Color information

#223060 (or 0x223060) is unknown color: approx Lucky Point. HEX triplet: 22, 30 and 60. RGB value is (34,48,96). Sum of RGB (Red+Green+Blue) = 34+48+96=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #223060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223060 is #DDCF9F. Grayscale: #313131. Windows color (decimal): -14536608 or 6303778. OLE color: 6303778.

HSL color Cylindrical-coordinate representation of color #223060: hue angle of 226.45º 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 #223060 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB344896-
CMYK0.650.5000.62
HSL226.45º47.69%25.49%-
HSV(B)226.45º64.58%37.65%-
XYZ3.833.311.5-
YUV49.29154.36117.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=19.10%
G=26.97%
B=53.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3448960.650.5000.62226.4547.6925.49
Hex223060413203Ee23019
Octal4260140101620763426031
Binary1000101100001100000100000111001001111101110001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223060; }

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

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

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

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

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

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

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

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