#20274C

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

Shades of Lucky Point #20274C

Tints of Lucky Point #20274C

Color information

#20274C (or 0x20274C) is unknown color: approx Lucky Point. HEX triplet: 20, 27 and 4C. RGB value is (32,39,76). Sum of RGB (Red+Green+Blue) = 32+39+76=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #20274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20274C is #DFD8B3. Grayscale: #282828. Windows color (decimal): -14670004 or 4990752. OLE color: 4990752.

HSL color Cylindrical-coordinate representation of color #20274C: hue angle of 230.45º 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 #20274C is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB323976-
CMYK0.580.4900.70
HSL230.45º40.74%21.18%-
HSV(B)230.45º57.89%29.8%-
XYZ2.632.287.14-
YUV41.12147.68121.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=21.77%
G=26.53%
B=51.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3239760.580.4900.70230.4540.7421.18
Hex20274C3A31046e62915
Octal4047114726101063465125
Binary1000001001111001100111010110001010001101110011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20274C; }

 p { color: rgb(32,39,76); }

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

<style>
 a { background-color: #20274C; }

 a { background-color: rgb(32,39,76); }

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

<style>
 span { border-color: #20274C; }

 span { border-color: rgb(32,39,76); }

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