#26275B

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

Shades of Lucky Point #26275B

Tints of Lucky Point #26275B

Color information

#26275B (or 0x26275B) is unknown color: approx Lucky Point. HEX triplet: 26, 27 and 5B. RGB value is (38,39,91). Sum of RGB (Red+Green+Blue) = 38+39+91=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #26275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26275B is #D9D8A4. Grayscale: #2C2C2C. Windows color (decimal): -14276773 or 5973798. OLE color: 5973798.

HSL color Cylindrical-coordinate representation of color #26275B: hue angle of 238.87º 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 #26275B is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383991-
CMYK0.580.5700.64
HSL238.87º41.09%25.29%-
HSV(B)238.87º58.24%35.69%-
XYZ3.412.6210.22-
YUV44.63154.17123.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=22.62%
G=23.21%
B=54.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3839910.580.5700.64238.8741.0925.29
Hex26275B3A39040ef2919
Octal4647133727101003575131
Binary1001101001111011011111010111001010000001110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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