#262A50

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

Shades of Lucky Point #262A50

Tints of Lucky Point #262A50

Color information

#262A50 (or 0x262A50) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 50. RGB value is (38,42,80). Sum of RGB (Red+Green+Blue) = 38+42+80=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #262A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A50 is #D9D5AF. Grayscale: #2C2C2C. Windows color (decimal): -14276016 or 5253670. OLE color: 5253670.

HSL color Cylindrical-coordinate representation of color #262A50: hue angle of 234.29º degrees, saturation: 0.36, 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 #262A50 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB384280-
CMYK0.520.4800.69
HSL234.29º35.59%23.14%-
HSV(B)234.29º52.5%31.37%-
XYZ3.082.657.94-
YUV45.14147.67122.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 80 (31.64% from 255) = 50%
R=23.75%
G=26.25%
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
Decimal3842800.520.4800.69234.2935.5923.14
Hex262A503430045ea2417
Octal4652120646001053524427
Binary1001101010101010000110100110000010001011110101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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