#262A5B

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

Shades of Lucky Point #262A5B

Tints of Lucky Point #262A5B

Color information

#262A5B (or 0x262A5B) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 5B. RGB value is (38,42,91). Sum of RGB (Red+Green+Blue) = 38+42+91=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #262A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A5B is #D9D5A4. Grayscale: #2E2E2E. Windows color (decimal): -14276005 or 5974566. OLE color: 5974566.

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

Color convert

RGB384291-
CMYK0.580.5400.64
HSL235.47º41.09%25.29%-
HSV(B)235.47º58.24%35.69%-
XYZ3.522.8210.26-
YUV46.39153.17122.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=22.22%
G=24.56%
B=53.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3842910.580.5400.64235.4741.0925.29
Hex262A5B3A36040eb2919
Octal4652133726601003535131
Binary1001101010101011011111010110110010000001110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A5B; }

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

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

<style>
 a { background-color: #262A5B; }

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

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

<style>
 span { border-color: #262A5B; }

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

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