#262A4D

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

Shades of Lucky Point #262A4D

Tints of Lucky Point #262A4D

Color information

#262A4D (or 0x262A4D) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 4D. RGB value is (38,42,77). Sum of RGB (Red+Green+Blue) = 38+42+77=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #262A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A4D is #D9D5B2. Grayscale: #2C2C2C. Windows color (decimal): -14276019 or 5057062. OLE color: 5057062.

HSL color Cylindrical-coordinate representation of color #262A4D: hue angle of 233.85º 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 #262A4D is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB384277-
CMYK0.510.4500.70
HSL233.85º33.91%22.55%-
HSV(B)233.85º50.65%30.2%-
XYZ2.972.67.37-
YUV44.79146.17123.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=24.20%
G=26.75%
B=49.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3842770.510.4500.70233.8533.9122.55
Hex262A4D332D046ea2217
Octal4652115635501063524227
Binary1001101010101001101110011101101010001101110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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