#202E5A

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

Shades of Lucky Point #202E5A

Tints of Lucky Point #202E5A

Color information

#202E5A (or 0x202E5A) is unknown color: approx Lucky Point. HEX triplet: 20, 2E and 5A. RGB value is (32,46,90). Sum of RGB (Red+Green+Blue) = 32+46+90=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #202E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E5A is #DFD1A5. Grayscale: #2E2E2E. Windows color (decimal): -14668198 or 5910048. OLE color: 5910048.

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

Color convert

RGB324690-
CMYK0.640.4900.65
HSL225.52º47.54%23.92%-
HSV(B)225.52º64.44%35.29%-
XYZ3.42310.07-
YUV46.83152.36117.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=19.05%
G=27.38%
B=53.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3246900.640.4900.65225.5247.5423.92
Hex202E5A4031041e23018
Octal40561321006101013426030
Binary10000010111010110101000000110001010000011110001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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