#202B4D

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

Shades of Lucky Point #202B4D

Tints of Lucky Point #202B4D

Color information

#202B4D (or 0x202B4D) is unknown color: approx Lucky Point. HEX triplet: 20, 2B and 4D. RGB value is (32,43,77). Sum of RGB (Red+Green+Blue) = 32+43+77=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #202B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B4D is #DFD4B2. Grayscale: #2B2B2B. Windows color (decimal): -14668979 or 5057312. OLE color: 5057312.

HSL color Cylindrical-coordinate representation of color #202B4D: hue angle of 225.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202B4D is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB324377-
CMYK0.580.4400.70
HSL225.33º41.28%21.37%-
HSV(B)225.33º58.44%30.2%-
XYZ2.82.577.37-
YUV43.59146.86119.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=21.05%
G=28.29%
B=50.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3243770.580.4400.70225.3341.2821.37
Hex202B4D3A2C046e12915
Octal4053115725401063415125
Binary1000001010111001101111010101100010001101110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,43,77); }

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

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

 a { background-color: rgb(32,43,77); }

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

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

 span { border-color: rgb(32,43,77); }

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