#20265D

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

Shades of Lucky Point #20265D

Tints of Lucky Point #20265D

Color information

#20265D (or 0x20265D) is unknown color: approx Lucky Point. HEX triplet: 20, 26 and 5D. RGB value is (32,38,93). Sum of RGB (Red+Green+Blue) = 32+38+93=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #20265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265D is #DFD9A2. Grayscale: #2A2A2A. Windows color (decimal): -14670243 or 6104608. OLE color: 6104608.

HSL color Cylindrical-coordinate representation of color #20265D: hue angle of 234.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20265D is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB323893-
CMYK0.660.5900.64
HSL234.1º48.8%24.51%-
HSV(B)234.1º65.59%36.47%-
XYZ3.262.4810.66-
YUV42.48156.51120.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=19.63%
G=23.31%
B=57.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3238930.660.5900.64234.148.824.51
Hex20265D423B040ea3119
Octal40461351027301003526131
Binary10000010011010111011000010111011010000001110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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