#23265E

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

Shades of Lucky Point #23265E

Tints of Lucky Point #23265E

Color information

#23265E (or 0x23265E) is unknown color: approx Lucky Point. HEX triplet: 23, 26 and 5E. RGB value is (35,38,94). Sum of RGB (Red+Green+Blue) = 35+38+94=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #23265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23265E is #DCD9A1. Grayscale: #2B2B2B. Windows color (decimal): -14473634 or 6170147. OLE color: 6170147.

HSL color Cylindrical-coordinate representation of color #23265E: hue angle of 236.95º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23265E is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB353894-
CMYK0.630.6000.63
HSL236.95º45.74%25.29%-
HSV(B)236.95º62.77%36.86%-
XYZ3.412.5510.9-
YUV43.49156.51121.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=20.96%
G=22.75%
B=56.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3538940.630.6000.63236.9545.7425.29
Hex23265E3F3C03Fed2e19
Octal434613677740773555631
Binary100011100110101111011111111110001111111110110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23265E; }

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

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

<style>
 a { background-color: #23265E; }

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

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

<style>
 span { border-color: #23265E; }

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

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