#232C4D

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

Shades of Lucky Point #232C4D

Tints of Lucky Point #232C4D

Color information

#232C4D (or 0x232C4D) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 4D. RGB value is (35,44,77). Sum of RGB (Red+Green+Blue) = 35+44+77=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #232C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C4D is #DCD3B2. Grayscale: #2C2C2C. Windows color (decimal): -14472115 or 5057571. OLE color: 5057571.

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

Color convert

RGB354477-
CMYK0.550.4300.70
HSL227.14º37.5%21.96%-
HSV(B)227.14º54.55%30.2%-
XYZ2.932.697.39-
YUV45.07146.02120.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=22.44%
G=28.21%
B=49.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3544770.550.4300.70227.1437.521.96
Hex232C4D372B046e32516
Octal4354115675301063434526
Binary1000111011001001101110111101011010001101110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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