#23264B

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

Shades of Lucky Point #23264B

Tints of Lucky Point #23264B

Color information

#23264B (or 0x23264B) is unknown color: approx Lucky Point. HEX triplet: 23, 26 and 4B. RGB value is (35,38,75). Sum of RGB (Red+Green+Blue) = 35+38+75=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #23264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23264B is #DCD9B4. Grayscale: #292929. Windows color (decimal): -14473653 or 4924963. OLE color: 4924963.

HSL color Cylindrical-coordinate representation of color #23264B: hue angle of 235.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23264B is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB353875-
CMYK0.530.4900.71
HSL235.5º36.36%21.57%-
HSV(B)235.5º53.33%29.41%-
XYZ2.662.256.95-
YUV41.32147.01123.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=23.65%
G=25.68%
B=50.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3538750.530.4900.71235.536.3621.57
Hex23264B3531047ec2416
Octal4346113656101073544426
Binary1000111001101001011110101110001010001111110110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23264B; }

 p { color: rgb(35,38,75); }

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

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

 a { background-color: rgb(35,38,75); }

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

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

 span { border-color: rgb(35,38,75); }

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