#232849

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

Shades of Lucky Point #232849

Tints of Lucky Point #232849

Color information

#232849 (or 0x232849) is unknown color: approx Lucky Point. HEX triplet: 23, 28 and 49. RGB value is (35,40,73). Sum of RGB (Red+Green+Blue) = 35+40+73=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #232849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232849 is #DCD7B6. Grayscale: #2A2A2A. Windows color (decimal): -14473143 or 4794403. OLE color: 4794403.

HSL color Cylindrical-coordinate representation of color #232849: hue angle of 232.11º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232849 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB354073-
CMYK0.520.4500.71
HSL232.11º35.19%21.18%-
HSV(B)232.11º52.05%28.63%-
XYZ2.652.366.62-
YUV42.27145.34122.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=23.65%
G=27.03%
B=49.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3540730.520.4500.71232.1135.1921.18
Hex232849342D047e82315
Octal4350111645501073504325
Binary1000111010001001001110100101101010001111110100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232849; }

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

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

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

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

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

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

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

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