#202B58

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

Shades of Lucky Point #202B58

Tints of Lucky Point #202B58

Color information

#202B58 (or 0x202B58) is unknown color: approx Lucky Point. HEX triplet: 20, 2B and 58. RGB value is (32,43,88). Sum of RGB (Red+Green+Blue) = 32+43+88=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #202B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B58 is #DFD4A7. Grayscale: #2C2C2C. Windows color (decimal): -14668968 or 5778208. OLE color: 5778208.

HSL color Cylindrical-coordinate representation of color #202B58: hue angle of 228.21º degrees, saturation: 0.47, 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 #202B58 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB324388-
CMYK0.640.5100.65
HSL228.21º46.67%23.53%-
HSV(B)228.21º63.64%34.51%-
XYZ3.222.749.59-
YUV44.84152.36118.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=19.63%
G=26.38%
B=53.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3243880.640.5100.65228.2146.6723.53
Hex202B584033041e42f18
Octal40531301006301013445730
Binary10000010101110110001000000110011010000011110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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