#403963

Color #403963 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #403963

Tints of Minsk #403963

Color information

#403963 (or 0x403963) is unknown color: approx Minsk. HEX triplet: 40, 39 and 63. RGB value is (64,57,99). Sum of RGB (Red+Green+Blue) = 64+57+99=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #403963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403963 is #BFC69C. Grayscale: #3F3F3F. Windows color (decimal): -12568221 or 6502720. OLE color: 6502720.

HSL color Cylindrical-coordinate representation of color #403963: hue angle of 250º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403963 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB645799-
CMYK0.350.4200.61
HSL250º26.92%30.59%-
HSV(B)250º42.42%38.82%-
XYZ5.834.9212.45-
YUV63.88147.82128.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 99 (39.06% from 255) = 45%
R=29.09%
G=25.91%
B=45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6457990.350.4200.6125026.9230.59
Hex403963232A03Dfa1b1f
Octal1007114343520753723337
Binary100000011100111000111000111010100111101111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403963; }

 p { color: rgb(64,57,99); }

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

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

 a { background-color: rgb(64,57,99); }

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

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

 span { border-color: rgb(64,57,99); }

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