#403965

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

Shades of Minsk #403965

Tints of Minsk #403965

Color information

#403965 (or 0x403965) is unknown color: approx Minsk. HEX triplet: 40, 39 and 65. RGB value is (64,57,101). Sum of RGB (Red+Green+Blue) = 64+57+101=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #403965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403965 is #BFC69A. Grayscale: #3F3F3F. Windows color (decimal): -12568219 or 6633792. OLE color: 6633792.

HSL color Cylindrical-coordinate representation of color #403965: hue angle of 249.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403965 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6457101-
CMYK0.370.4400.60
HSL249.55º27.85%30.98%-
HSV(B)249.55º43.56%39.61%-
XYZ5.934.9612.96-
YUV64.11148.82127.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=28.83%
G=25.68%
B=45.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64571010.370.4400.60249.5527.8530.98
Hex403965252C03Cfa1c1f
Octal1007114545540743723437
Binary100000011100111001011001011011000111100111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403965; }

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

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

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

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

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

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

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

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