#23255D

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

Shades of Lucky Point #23255D

Tints of Lucky Point #23255D

Color information

#23255D (or 0x23255D) is unknown color: approx Lucky Point. HEX triplet: 23, 25 and 5D. RGB value is (35,37,93). Sum of RGB (Red+Green+Blue) = 35+37+93=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #23255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23255D is #DCDAA2. Grayscale: #2A2A2A. Windows color (decimal): -14473891 or 6104355. OLE color: 6104355.

HSL color Cylindrical-coordinate representation of color #23255D: hue angle of 237.93º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23255D is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB353793-
CMYK0.620.6000.64
HSL237.93º45.31%25.1%-
HSV(B)237.93º62.37%36.47%-
XYZ3.332.4710.66-
YUV42.79156.34122.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=21.21%
G=22.42%
B=56.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3537930.620.6000.64237.9345.3125.1
Hex23255D3E3C040ee2d19
Octal4345135767401003565531
Binary1000111001011011101111110111100010000001110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23255D; }

 p { color: rgb(35,37,93); }

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

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

 a { background-color: rgb(35,37,93); }

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

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

 span { border-color: rgb(35,37,93); }

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