#23295A

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

Shades of Lucky Point #23295A

Tints of Lucky Point #23295A

Color information

#23295A (or 0x23295A) is unknown color: approx Lucky Point. HEX triplet: 23, 29 and 5A. RGB value is (35,41,90). Sum of RGB (Red+Green+Blue) = 35+41+90=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #23295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295A is #DCD6A5. Grayscale: #2C2C2C. Windows color (decimal): -14472870 or 5908771. OLE color: 5908771.

HSL color Cylindrical-coordinate representation of color #23295A: hue angle of 233.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23295A is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB354190-
CMYK0.610.5400.65
HSL233.45º44%24.51%-
HSV(B)233.45º61.11%35.29%-
XYZ3.332.6810.01-
YUV44.79153.51121.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=21.08%
G=24.70%
B=54.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3541900.610.5400.65233.454424.51
Hex23295A3D36041e92c19
Octal4351132756601013515431
Binary1000111010011011010111101110110010000011110100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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