#23284C

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

Shades of Lucky Point #23284C

Tints of Lucky Point #23284C

Color information

#23284C (or 0x23284C) is unknown color: approx Lucky Point. HEX triplet: 23, 28 and 4C. RGB value is (35,40,76). Sum of RGB (Red+Green+Blue) = 35+40+76=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #23284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23284C is #DCD7B3. Grayscale: #2A2A2A. Windows color (decimal): -14473140 or 4991011. OLE color: 4991011.

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

Color convert

RGB354076-
CMYK0.540.4700.70
HSL232.68º36.94%21.76%-
HSV(B)232.68º53.95%29.8%-
XYZ2.762.47.15-
YUV42.61146.84122.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=23.18%
G=26.49%
B=50.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3540760.540.4700.70232.6836.9421.76
Hex23284C362F046e92516
Octal4350114665701063514526
Binary1000111010001001100110110101111010001101110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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