#202E55

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

Shades of Lucky Point #202E55

Tints of Lucky Point #202E55

Color information

#202E55 (or 0x202E55) is unknown color: approx Lucky Point. HEX triplet: 20, 2E and 55. RGB value is (32,46,85). Sum of RGB (Red+Green+Blue) = 32+46+85=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #202E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E55 is #DFD1AA. Grayscale: #2E2E2E. Windows color (decimal): -14668203 or 5582368. OLE color: 5582368.

HSL color Cylindrical-coordinate representation of color #202E55: hue angle of 224.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202E55 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB324685-
CMYK0.620.4600.67
HSL224.15º45.3%22.94%-
HSV(B)224.15º62.35%33.33%-
XYZ3.212.928.99-
YUV46.26149.86117.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=19.63%
G=28.22%
B=52.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3246850.620.4600.67224.1545.322.94
Hex202E553E2E043e02d17
Octal4056125765601033405527
Binary1000001011101010101111110101110010000111110000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,46,85); }

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

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

 a { background-color: rgb(32,46,85); }

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

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

 span { border-color: rgb(32,46,85); }

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