#23255B

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

Shades of Lucky Point #23255B

Tints of Lucky Point #23255B

Color information

#23255B (or 0x23255B) is unknown color: approx Lucky Point. HEX triplet: 23, 25 and 5B. RGB value is (35,37,91). Sum of RGB (Red+Green+Blue) = 35+37+91=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #23255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23255B is #DCDAA4. Grayscale: #2A2A2A. Windows color (decimal): -14473893 or 5973283. OLE color: 5973283.

HSL color Cylindrical-coordinate representation of color #23255B: hue angle of 237.86º degrees, saturation: 0.44, 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 #23255B is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB353791-
CMYK0.620.5900.64
HSL237.86º44.44%24.71%-
HSV(B)237.86º61.54%35.69%-
XYZ3.242.4410.2-
YUV42.56155.34122.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=21.47%
G=22.70%
B=55.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3537910.620.5900.64237.8644.4424.71
Hex23255B3E3B040ee2c19
Octal4345133767301003565431
Binary1000111001011011011111110111011010000001110111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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