#26325D

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

Shades of Lucky Point #26325D

Tints of Lucky Point #26325D

Color information

#26325D (or 0x26325D) is unknown color: approx Lucky Point. HEX triplet: 26, 32 and 5D. RGB value is (38,50,93). Sum of RGB (Red+Green+Blue) = 38+50+93=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #26325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26325D is #D9CDA2. Grayscale: #333333. Windows color (decimal): -14273955 or 6107686. OLE color: 6107686.

HSL color Cylindrical-coordinate representation of color #26325D: hue angle of 226.91º 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 #26325D is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB385093-
CMYK0.590.4600.64
HSL226.91º41.98%25.69%-
HSV(B)226.91º59.14%36.47%-
XYZ3.923.4810.82-
YUV51.31151.52118.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=20.99%
G=27.62%
B=51.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3850930.590.4600.64226.9141.9825.69
Hex26325D3B2E040e32a1a
Octal4662135735601003435232
Binary1001101100101011101111011101110010000001110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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