#20254D

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

Shades of Lucky Point #20254D

Tints of Lucky Point #20254D

Color information

#20254D (or 0x20254D) is unknown color: approx Lucky Point. HEX triplet: 20, 25 and 4D. RGB value is (32,37,77). Sum of RGB (Red+Green+Blue) = 32+37+77=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #20254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20254D is #DFDAB2. Grayscale: #272727. Windows color (decimal): -14670515 or 5055776. OLE color: 5055776.

HSL color Cylindrical-coordinate representation of color #20254D: hue angle of 233.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20254D is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB323777-
CMYK0.580.5200.70
HSL233.33º41.28%21.37%-
HSV(B)233.33º58.44%30.2%-
XYZ2.62.177.3-
YUV40.06148.84122.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=21.92%
G=25.34%
B=52.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3237770.580.5200.70233.3341.2821.37
Hex20254D3A34046e92915
Octal4045115726401063515125
Binary1000001001011001101111010110100010001101110100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,37,77); }

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

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

 a { background-color: rgb(32,37,77); }

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

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

 span { border-color: rgb(32,37,77); }

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