#23295F

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

Shades of Lucky Point #23295F

Tints of Lucky Point #23295F

Color information

#23295F (or 0x23295F) is unknown color: approx Lucky Point. HEX triplet: 23, 29 and 5F. RGB value is (35,41,95). Sum of RGB (Red+Green+Blue) = 35+41+95=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #23295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295F is #DCD6A0. Grayscale: #2D2D2D. Windows color (decimal): -14472865 or 6236451. OLE color: 6236451.

HSL color Cylindrical-coordinate representation of color #23295F: hue angle of 234º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23295F is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB354195-
CMYK0.630.5700.63
HSL234º46.15%25.49%-
HSV(B)234º63.16%37.25%-
XYZ3.552.7711.17-
YUV45.36156.01120.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=20.47%
G=23.98%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3541950.630.5700.6323446.1525.49
Hex23295F3F3903Fea2e19
Octal435113777710773525631
Binary100011101001101111111111111100101111111110101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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