#23294F

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

Shades of Lucky Point #23294F

Tints of Lucky Point #23294F

Color information

#23294F (or 0x23294F) is unknown color: approx Lucky Point. HEX triplet: 23, 29 and 4F. RGB value is (35,41,79). Sum of RGB (Red+Green+Blue) = 35+41+79=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #23294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23294F is #DCD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14472881 or 5187875. OLE color: 5187875.

HSL color Cylindrical-coordinate representation of color #23294F: hue angle of 231.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23294F is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB354179-
CMYK0.560.4800.69
HSL231.82º38.6%22.35%-
HSV(B)231.82º55.7%30.98%-
XYZ2.92.517.73-
YUV43.54148.01121.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=22.58%
G=26.45%
B=50.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3541790.560.4800.69231.8238.622.35
Hex23294F3830045e82716
Octal4351117706001053504726
Binary1000111010011001111111000110000010001011110100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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