#202949

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

Shades of Lucky Point #202949

Tints of Lucky Point #202949

Color information

#202949 (or 0x202949) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 49. RGB value is (32,41,73). Sum of RGB (Red+Green+Blue) = 32+41+73=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #202949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202949 is #DFD6B6. Grayscale: #292929. Windows color (decimal): -14669495 or 4794656. OLE color: 4794656.

HSL color Cylindrical-coordinate representation of color #202949: hue angle of 226.83º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202949 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB324173-
CMYK0.560.4400.71
HSL226.83º39.05%20.59%-
HSV(B)226.83º56.16%28.63%-
XYZ2.592.376.62-
YUV41.96145.52120.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 73 (28.91% from 255) = 50%
R=21.92%
G=28.08%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3241730.560.4400.71226.8339.0520.59
Hex202949382C047e32715
Octal4051111705401073434725
Binary1000001010011001001111000101100010001111110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202949; }

 p { color: rgb(32,41,73); }

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

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

 a { background-color: rgb(32,41,73); }

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

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

 span { border-color: rgb(32,41,73); }

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