#202E5B

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

Shades of Lucky Point #202E5B

Tints of Lucky Point #202E5B

Color information

#202E5B (or 0x202E5B) is unknown color: approx Lucky Point. HEX triplet: 20, 2E and 5B. RGB value is (32,46,91). Sum of RGB (Red+Green+Blue) = 32+46+91=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #202E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E5B is #DFD1A4. Grayscale: #2E2E2E. Windows color (decimal): -14668197 or 5975584. OLE color: 5975584.

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

Color convert

RGB324691-
CMYK0.650.4900.64
HSL225.76º47.97%24.12%-
HSV(B)225.76º64.84%35.69%-
XYZ3.463.0210.3-
YUV46.94152.86117.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=18.93%
G=27.22%
B=53.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3246910.650.4900.64225.7647.9724.12
Hex202E5B4131040e23018
Octal40561331016101003426030
Binary10000010111010110111000001110001010000001110001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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