#262A5A

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

Shades of Lucky Point #262A5A

Tints of Lucky Point #262A5A

Color information

#262A5A (or 0x262A5A) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 5A. RGB value is (38,42,90). Sum of RGB (Red+Green+Blue) = 38+42+90=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #262A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A5A is #D9D5A5. Grayscale: #2E2E2E. Windows color (decimal): -14276006 or 5909030. OLE color: 5909030.

HSL color Cylindrical-coordinate representation of color #262A5A: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262A5A is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB384290-
CMYK0.580.5300.65
HSL235.38º40.62%25.1%-
HSV(B)235.38º57.78%35.29%-
XYZ3.472.8110.03-
YUV46.28152.67122.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=22.35%
G=24.71%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3842900.580.5300.65235.3840.6225.1
Hex262A5A3A35041eb2919
Octal4652132726501013535131
Binary1001101010101011010111010110101010000011110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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