#202C5D

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

Shades of Lucky Point #202C5D

Tints of Lucky Point #202C5D

Color information

#202C5D (or 0x202C5D) is unknown color: approx Lucky Point. HEX triplet: 20, 2C and 5D. RGB value is (32,44,93). Sum of RGB (Red+Green+Blue) = 32+44+93=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #202C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C5D is #DFD3A2. Grayscale: #2D2D2D. Windows color (decimal): -14668707 or 6106144. OLE color: 6106144.

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

Color convert

RGB324493-
CMYK0.660.5300.64
HSL228.2º48.8%24.51%-
HSV(B)228.2º65.59%36.47%-
XYZ3.472.910.73-
YUV46154.52118.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=18.93%
G=26.04%
B=55.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3244930.660.5300.64228.248.824.51
Hex202C5D4235040e43119
Octal40541351026501003446131
Binary10000010110010111011000010110101010000001110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,44,93); }

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

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

 a { background-color: rgb(32,44,93); }

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

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

 span { border-color: rgb(32,44,93); }

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