#40396E

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

Shades of Minsk #40396E

Tints of Minsk #40396E

Color information

#40396E (or 0x40396E) is unknown color: approx Minsk. HEX triplet: 40, 39 and 6E. RGB value is (64,57,110). Sum of RGB (Red+Green+Blue) = 64+57+110=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #40396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396E is #BFC691. Grayscale: #404040. Windows color (decimal): -12568210 or 7223616. OLE color: 7223616.

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

Color convert

RGB6457110-
CMYK0.420.4800.57
HSL247.92º31.74%32.75%-
HSV(B)247.92º48.18%43.14%-
XYZ6.395.1415.41-
YUV65.14153.32127.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=27.71%
G=24.68%
B=47.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64571100.420.4800.57247.9231.7432.75
Hex40396E2A30039f82021
Octal1007115652600713704041
Binary10000001110011101110101010110000011100111111000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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