#23254C

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

Shades of Lucky Point #23254C

Tints of Lucky Point #23254C

Color information

#23254C (or 0x23254C) is unknown color: approx Lucky Point. HEX triplet: 23, 25 and 4C. RGB value is (35,37,76). Sum of RGB (Red+Green+Blue) = 35+37+76=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #23254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23254C is #DCDAB3. Grayscale: #282828. Windows color (decimal): -14473908 or 4990243. OLE color: 4990243.

HSL color Cylindrical-coordinate representation of color #23254C: hue angle of 237.07º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23254C is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB353776-
CMYK0.540.5100.70
HSL237.07º36.94%21.76%-
HSV(B)237.07º53.95%29.8%-
XYZ2.662.27.12-
YUV40.85147.84123.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=23.65%
G=25%
B=51.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3537760.540.5100.70237.0736.9421.76
Hex23254C3633046ed2516
Octal4345114666301063554526
Binary1000111001011001100110110110011010001101110110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23254C; }

 p { color: rgb(35,37,76); }

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

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

 a { background-color: rgb(35,37,76); }

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

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

 span { border-color: rgb(35,37,76); }

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