#232C4C

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

Shades of Lucky Point #232C4C

Tints of Lucky Point #232C4C

Color information

#232C4C (or 0x232C4C) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 4C. RGB value is (35,44,76). Sum of RGB (Red+Green+Blue) = 35+44+76=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #232C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C4C is #DCD3B3. Grayscale: #2C2C2C. Windows color (decimal): -14472116 or 4992035. OLE color: 4992035.

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

Color convert

RGB354476-
CMYK0.540.4200.70
HSL226.83º36.94%21.76%-
HSV(B)226.83º53.95%29.8%-
XYZ2.92.687.2-
YUV44.96145.52120.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=22.58%
G=28.39%
B=49.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3544760.540.4200.70226.8336.9421.76
Hex232C4C362A046e32516
Octal4354114665201063434526
Binary1000111011001001100110110101010010001101110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C4C; }

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

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

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

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

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

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

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

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