#23284B

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

Shades of Lucky Point #23284B

Tints of Lucky Point #23284B

Color information

#23284B (or 0x23284B) is unknown color: approx Lucky Point. HEX triplet: 23, 28 and 4B. RGB value is (35,40,75). Sum of RGB (Red+Green+Blue) = 35+40+75=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #23284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23284B is #DCD7B4. Grayscale: #2A2A2A. Windows color (decimal): -14473141 or 4925475. OLE color: 4925475.

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

Color convert

RGB354075-
CMYK0.530.4700.71
HSL232.5º36.36%21.57%-
HSV(B)232.5º53.33%29.41%-
XYZ2.722.386.97-
YUV42.49146.34122.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 50%
R=23.33%
G=26.67%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3540750.530.4700.71232.536.3621.57
Hex23284B352F047e82416
Octal4350113655701073504426
Binary1000111010001001011110101101111010001111110100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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