#20254F

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

Shades of Lucky Point #20254F

Tints of Lucky Point #20254F

Color information

#20254F (or 0x20254F) is unknown color: approx Lucky Point. HEX triplet: 20, 25 and 4F. RGB value is (32,37,79). Sum of RGB (Red+Green+Blue) = 32+37+79=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #20254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20254F is #DFDAB0. Grayscale: #282828. Windows color (decimal): -14670513 or 5186848. OLE color: 5186848.

HSL color Cylindrical-coordinate representation of color #20254F: hue angle of 233.62º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20254F is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB323779-
CMYK0.590.5300.69
HSL233.62º42.34%21.76%-
HSV(B)233.62º59.49%30.98%-
XYZ2.672.197.68-
YUV40.29149.84122.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=21.62%
G=25%
B=53.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3237790.590.5300.69233.6242.3421.76
Hex20254F3B35045ea2a16
Octal4045117736501053525226
Binary1000001001011001111111011110101010001011110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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