#23295B

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

Shades of Lucky Point #23295B

Tints of Lucky Point #23295B

Color information

#23295B (or 0x23295B) is unknown color: approx Lucky Point. HEX triplet: 23, 29 and 5B. RGB value is (35,41,91). Sum of RGB (Red+Green+Blue) = 35+41+91=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #23295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295B is #DCD6A4. Grayscale: #2C2C2C. Windows color (decimal): -14472869 or 5974307. OLE color: 5974307.

HSL color Cylindrical-coordinate representation of color #23295B: hue angle of 233.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23295B is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB354191-
CMYK0.620.5500.64
HSL233.57º44.44%24.71%-
HSV(B)233.57º61.54%35.69%-
XYZ3.372.710.24-
YUV44.91154.01120.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=20.96%
G=24.55%
B=54.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3541910.620.5500.64233.5744.4424.71
Hex23295B3E37040ea2c19
Octal4351133766701003525431
Binary1000111010011011011111110110111010000001110101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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