#20265A

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

Shades of Lucky Point #20265A

Tints of Lucky Point #20265A

Color information

#20265A (or 0x20265A) is unknown color: approx Lucky Point. HEX triplet: 20, 26 and 5A. RGB value is (32,38,90). Sum of RGB (Red+Green+Blue) = 32+38+90=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #20265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265A is #DFD9A5. Grayscale: #292929. Windows color (decimal): -14670246 or 5908000. OLE color: 5908000.

HSL color Cylindrical-coordinate representation of color #20265A: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20265A is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB323890-
CMYK0.640.5800.65
HSL233.79º47.54%23.92%-
HSV(B)233.79º64.44%35.29%-
XYZ3.132.439.98-
YUV42.13155.01120.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=20%
G=23.75%
B=56.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3238900.640.5800.65233.7947.5423.92
Hex20265A403A041ea3018
Octal40461321007201013526030
Binary10000010011010110101000000111010010000011110101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20265A; }

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

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

<style>
 a { background-color: #20265A; }

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

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

<style>
 span { border-color: #20265A; }

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

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