#23294C

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

Shades of Lucky Point #23294C

Tints of Lucky Point #23294C

Color information

#23294C (or 0x23294C) is unknown color: approx Lucky Point. HEX triplet: 23, 29 and 4C. RGB value is (35,41,76). Sum of RGB (Red+Green+Blue) = 35+41+76=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #23294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23294C is #DCD6B3. Grayscale: #2B2B2B. Windows color (decimal): -14472884 or 4991267. OLE color: 4991267.

HSL color Cylindrical-coordinate representation of color #23294C: hue angle of 231.22º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23294C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB354176-
CMYK0.540.4600.70
HSL231.22º36.94%21.76%-
HSV(B)231.22º53.95%29.8%-
XYZ2.792.477.17-
YUV43.2146.51122.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 76 (30.08% from 255) = 50%
R=23.03%
G=26.97%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3541760.540.4600.70231.2236.9421.76
Hex23294C362E046e72516
Octal4351114665601063474526
Binary1000111010011001100110110101110010001101110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23294C; }

 p { color: rgb(35,41,76); }

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

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

 a { background-color: rgb(35,41,76); }

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

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

 span { border-color: rgb(35,41,76); }

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