#40386E

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

Shades of Minsk #40386E

Tints of Minsk #40386E

Color information

#40386E (or 0x40386E) is unknown color: approx Minsk. HEX triplet: 40, 38 and 6E. RGB value is (64,56,110). Sum of RGB (Red+Green+Blue) = 64+56+110=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #40386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40386E is #BFC791. Grayscale: #404040. Windows color (decimal): -12568466 or 7223360. OLE color: 7223360.

HSL color Cylindrical-coordinate representation of color #40386E: hue angle of 248.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40386E is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6456110-
CMYK0.420.4900.57
HSL248.89º32.53%32.55%-
HSV(B)248.89º49.09%43.14%-
XYZ6.345.0415.39-
YUV64.55153.65127.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=27.83%
G=24.35%
B=47.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64561100.420.4900.57248.8932.5332.55
Hex40386E2A31039f92121
Octal1007015652610713714141
Binary10000001110001101110101010110001011100111111001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40386E; }

 p { color: rgb(64,56,110); }

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

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

 a { background-color: rgb(64,56,110); }

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

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

 span { border-color: rgb(64,56,110); }

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