#20264B

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

Shades of Lucky Point #20264B

Tints of Lucky Point #20264B

Color information

#20264B (or 0x20264B) is unknown color: approx Lucky Point. HEX triplet: 20, 26 and 4B. RGB value is (32,38,75). Sum of RGB (Red+Green+Blue) = 32+38+75=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #20264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20264B is #DFD9B4. Grayscale: #282828. Windows color (decimal): -14670261 or 4924960. OLE color: 4924960.

HSL color Cylindrical-coordinate representation of color #20264B: hue angle of 231.63º 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 #20264B is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB323875-
CMYK0.570.4900.71
HSL231.63º40.19%20.98%-
HSV(B)231.63º57.33%29.41%-
XYZ2.562.26.95-
YUV40.42147.51121.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=22.07%
G=26.21%
B=51.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3238750.570.4900.71231.6340.1920.98
Hex20264B3931047e82815
Octal4046113716101073505025
Binary1000001001101001011111001110001010001111110100010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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