#26294F

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

Shades of Lucky Point #26294F

Tints of Lucky Point #26294F

Color information

#26294F (or 0x26294F) is unknown color: approx Lucky Point. HEX triplet: 26, 29 and 4F. RGB value is (38,41,79). Sum of RGB (Red+Green+Blue) = 38+41+79=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #26294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26294F is #D9D6B0. Grayscale: #2C2C2C. Windows color (decimal): -14276273 or 5187878. OLE color: 5187878.

HSL color Cylindrical-coordinate representation of color #26294F: hue angle of 235.61º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26294F is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB384179-
CMYK0.520.4800.69
HSL235.61º35.04%22.94%-
HSV(B)235.61º51.9%30.98%-
XYZ32.567.73-
YUV44.44147.51123.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 79 (31.25% from 255) = 50%
R=24.05%
G=25.95%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3841790.520.4800.69235.6135.0422.94
Hex26294F3430045ec2317
Octal4651117646001053544327
Binary1001101010011001111110100110000010001011110110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26294F; }

 p { color: rgb(38,41,79); }

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

<style>
 a { background-color: #26294F; }

 a { background-color: rgb(38,41,79); }

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

<style>
 span { border-color: #26294F; }

 span { border-color: rgb(38,41,79); }

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