#23244B

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

Shades of Lucky Point #23244B

Tints of Lucky Point #23244B

Color information

#23244B (or 0x23244B) is unknown color: approx Lucky Point. HEX triplet: 23, 24 and 4B. RGB value is (35,36,75). Sum of RGB (Red+Green+Blue) = 35+36+75=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #23244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23244B is #DCDBB4. Grayscale: #272727. Windows color (decimal): -14474165 or 4924451. OLE color: 4924451.

HSL color Cylindrical-coordinate representation of color #23244B: hue angle of 238.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 #23244B is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB353675-
CMYK0.530.5200.71
HSL238.5º36.36%21.57%-
HSV(B)238.5º53.33%29.41%-
XYZ2.592.136.93-
YUV40.15147.67124.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=23.97%
G=24.66%
B=51.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3536750.530.5200.71238.536.3621.57
Hex23244B3534047ee2416
Octal4344113656401073564426
Binary1000111001001001011110101110100010001111110111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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