#26305B

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

Shades of Lucky Point #26305B

Tints of Lucky Point #26305B

Color information

#26305B (or 0x26305B) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 5B. RGB value is (38,48,91). Sum of RGB (Red+Green+Blue) = 38+48+91=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #26305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26305B is #D9CFA4. Grayscale: #313131. Windows color (decimal): -14274469 or 5976102. OLE color: 5976102.

HSL color Cylindrical-coordinate representation of color #26305B: hue angle of 228.68º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26305B is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384891-
CMYK0.580.4700.64
HSL228.68º41.09%25.29%-
HSV(B)228.68º58.24%35.69%-
XYZ3.743.2810.33-
YUV49.91151.19119.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=21.47%
G=27.12%
B=51.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3848910.580.4700.64228.6841.0925.29
Hex26305B3A2F040e52919
Octal4660133725701003455131
Binary1001101100001011011111010101111010000001110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,48,91); }

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

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

 a { background-color: rgb(38,48,91); }

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

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

 span { border-color: rgb(38,48,91); }

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