#26315D

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

Shades of Lucky Point #26315D

Tints of Lucky Point #26315D

Color information

#26315D (or 0x26315D) is unknown color: approx Lucky Point. HEX triplet: 26, 31 and 5D. RGB value is (38,49,93). Sum of RGB (Red+Green+Blue) = 38+49+93=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #26315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26315D is #D9CEA2. Grayscale: #323232. Windows color (decimal): -14274211 or 6107430. OLE color: 6107430.

HSL color Cylindrical-coordinate representation of color #26315D: hue angle of 228º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26315D is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384993-
CMYK0.590.4700.64
HSL228º41.98%25.69%-
HSV(B)228º59.14%36.47%-
XYZ3.873.410.81-
YUV50.73151.86118.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=21.11%
G=27.22%
B=51.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3849930.590.4700.6422841.9825.69
Hex26315D3B2F040e42a1a
Octal4661135735701003445232
Binary1001101100011011101111011101111010000001110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,49,93); }

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

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

 a { background-color: rgb(38,49,93); }

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

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

 span { border-color: rgb(38,49,93); }

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