#262A5D

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

Shades of Lucky Point #262A5D

Tints of Lucky Point #262A5D

Color information

#262A5D (or 0x262A5D) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 5D. RGB value is (38,42,93). Sum of RGB (Red+Green+Blue) = 38+42+93=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #262A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A5D is #D9D5A2. Grayscale: #2E2E2E. Windows color (decimal): -14276003 or 6105638. OLE color: 6105638.

HSL color Cylindrical-coordinate representation of color #262A5D: hue angle of 235.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262A5D is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384293-
CMYK0.590.5500.64
HSL235.64º41.98%25.69%-
HSV(B)235.64º59.14%36.47%-
XYZ3.62.8610.72-
YUV46.62154.17121.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=21.97%
G=24.28%
B=53.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3842930.590.5500.64235.6441.9825.69
Hex262A5D3B37040ec2a1a
Octal4652135736701003545232
Binary1001101010101011101111011110111010000001110110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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