#403964

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

Shades of Minsk #403964

Tints of Minsk #403964

Color information

#403964 (or 0x403964) is unknown color: approx Minsk. HEX triplet: 40, 39 and 64. RGB value is (64,57,100). Sum of RGB (Red+Green+Blue) = 64+57+100=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #403964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403964 is #BFC69B. Grayscale: #3F3F3F. Windows color (decimal): -12568220 or 6568256. OLE color: 6568256.

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

Color convert

RGB6457100-
CMYK0.360.4300.61
HSL249.77º27.39%30.78%-
HSV(B)249.77º43%39.22%-
XYZ5.884.9412.7-
YUV64148.32128-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=28.96%
G=25.79%
B=45.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64571000.360.4300.61249.7727.3930.78
Hex403964242B03Dfa1b1f
Octal1007114444530753723337
Binary100000011100111001001001001010110111101111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403964; }

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

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

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

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

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

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

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

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