#202D5F

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

Shades of Lucky Point #202D5F

Tints of Lucky Point #202D5F

Color information

#202D5F (or 0x202D5F) is unknown color: approx Lucky Point. HEX triplet: 20, 2D and 5F. RGB value is (32,45,95). Sum of RGB (Red+Green+Blue) = 32+45+95=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #202D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D5F is #DFD2A0. Grayscale: #2E2E2E. Windows color (decimal): -14668449 or 6237472. OLE color: 6237472.

HSL color Cylindrical-coordinate representation of color #202D5F: hue angle of 227.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #202D5F is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB324595-
CMYK0.660.5300.63
HSL227.62º49.61%24.9%-
HSV(B)227.62º66.32%37.25%-
XYZ3.63.0111.22-
YUV46.81155.19117.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=18.60%
G=26.16%
B=55.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3245950.660.5300.63227.6249.6124.9
Hex202D5F423503Fe43219
Octal4055137102650773446231
Binary1000001011011011111100001011010101111111110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202D5F; }

 p { color: rgb(32,45,95); }

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

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

 a { background-color: rgb(32,45,95); }

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

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

 span { border-color: rgb(32,45,95); }

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