#26284D

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

Shades of Lucky Point #26284D

Tints of Lucky Point #26284D

Color information

#26284D (or 0x26284D) is unknown color: approx Lucky Point. HEX triplet: 26, 28 and 4D. RGB value is (38,40,77). Sum of RGB (Red+Green+Blue) = 38+40+77=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #26284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26284D is #D9D7B2. Grayscale: #2B2B2B. Windows color (decimal): -14276531 or 5056550. OLE color: 5056550.

HSL color Cylindrical-coordinate representation of color #26284D: hue angle of 236.92º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26284D is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB384077-
CMYK0.510.4800.70
HSL236.92º33.91%22.55%-
HSV(B)236.92º50.65%30.2%-
XYZ2.92.477.34-
YUV43.62146.84123.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=24.52%
G=25.81%
B=49.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3840770.510.4800.70236.9233.9122.55
Hex26284D3330046ed2217
Octal4650115636001063554227
Binary1001101010001001101110011110000010001101110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,40,77); }

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

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

 a { background-color: rgb(38,40,77); }

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

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

 span { border-color: rgb(38,40,77); }

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