#23244C

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

Shades of Lucky Point #23244C

Tints of Lucky Point #23244C

Color information

#23244C (or 0x23244C) is unknown color: approx Lucky Point. HEX triplet: 23, 24 and 4C. RGB value is (35,36,76). Sum of RGB (Red+Green+Blue) = 35+36+76=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #23244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23244C is #DCDBB3. Grayscale: #282828. Windows color (decimal): -14474164 or 4989987. OLE color: 4989987.

HSL color Cylindrical-coordinate representation of color #23244C: hue angle of 238.54º 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 #23244C is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB353676-
CMYK0.540.5300.70
HSL238.54º36.94%21.76%-
HSV(B)238.54º53.95%29.8%-
XYZ2.632.147.11-
YUV40.26148.17124.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=23.81%
G=24.49%
B=51.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3536760.540.5300.70238.5436.9421.76
Hex23244C3635046ef2516
Octal4344114666501063574526
Binary1000111001001001100110110110101010001101110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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