#20275B

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

Shades of Lucky Point #20275B

Tints of Lucky Point #20275B

Color information

#20275B (or 0x20275B) is unknown color: approx Lucky Point. HEX triplet: 20, 27 and 5B. RGB value is (32,39,91). Sum of RGB (Red+Green+Blue) = 32+39+91=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #20275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20275B is #DFD8A4. Grayscale: #2A2A2A. Windows color (decimal): -14669989 or 5973792. OLE color: 5973792.

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

Color convert

RGB323991-
CMYK0.650.5700.64
HSL232.88º47.97%24.12%-
HSV(B)232.88º64.84%35.69%-
XYZ3.212.5110.21-
YUV42.84155.18120.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=19.75%
G=24.07%
B=56.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3239910.650.5700.64232.8847.9724.12
Hex20275B4139040e93018
Octal40471331017101003516030
Binary10000010011110110111000001111001010000001110100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,39,91); }

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

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

 a { background-color: rgb(32,39,91); }

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

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

 span { border-color: rgb(32,39,91); }

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