#232759

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

Shades of Lucky Point #232759

Tints of Lucky Point #232759

Color information

#232759 (or 0x232759) is unknown color: approx Lucky Point. HEX triplet: 23, 27 and 59. RGB value is (35,39,89). Sum of RGB (Red+Green+Blue) = 35+39+89=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #232759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232759 is #DCD8A6. Grayscale: #2B2B2B. Windows color (decimal): -14473383 or 5842723. OLE color: 5842723.

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

Color convert

RGB353989-
CMYK0.610.5600.65
HSL235.56º43.55%24.31%-
HSV(B)235.56º60.67%34.9%-
XYZ3.222.539.77-
YUV43.5153.67121.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=21.47%
G=23.93%
B=54.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3539890.610.5600.65235.5643.5524.31
Hex2327593D38041ec2c18
Octal4347131757001013545430
Binary1000111001111011001111101111000010000011110110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232759; }

 p { color: rgb(35,39,89); }

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

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

 a { background-color: rgb(35,39,89); }

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

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

 span { border-color: rgb(35,39,89); }

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