#20224B

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

Shades of Lucky Point #20224B

Tints of Lucky Point #20224B

Color information

#20224B (or 0x20224B) is unknown color: approx Lucky Point. HEX triplet: 20, 22 and 4B. RGB value is (32,34,75). Sum of RGB (Red+Green+Blue) = 32+34+75=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #20224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20224B is #DFDDB4. Grayscale: #252525. Windows color (decimal): -14671285 or 4923936. OLE color: 4923936.

HSL color Cylindrical-coordinate representation of color #20224B: hue angle of 237.21º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20224B is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB323475-
CMYK0.570.5500.71
HSL237.21º40.19%20.98%-
HSV(B)237.21º57.33%29.41%-
XYZ2.441.966.91-
YUV38.08148.84123.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=22.70%
G=24.11%
B=53.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3234750.570.5500.71237.2140.1920.98
Hex20224B3937047ed2815
Octal4042113716701073555025
Binary1000001000101001011111001110111010001111110110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20224B; }

 p { color: rgb(32,34,75); }

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

<style>
 a { background-color: #20224B; }

 a { background-color: rgb(32,34,75); }

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

<style>
 span { border-color: #20224B; }

 span { border-color: rgb(32,34,75); }

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