#40376E

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

Shades of Minsk #40376E

Tints of Minsk #40376E

Color information

#40376E (or 0x40376E) is unknown color: approx Minsk. HEX triplet: 40, 37 and 6E. RGB value is (64,55,110). Sum of RGB (Red+Green+Blue) = 64+55+110=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #40376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40376E is #BFC891. Grayscale: #3F3F3F. Windows color (decimal): -12568722 or 7223104. OLE color: 7223104.

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

Color convert

RGB6455110-
CMYK0.420.500.57
HSL249.82º33.33%32.35%-
HSV(B)249.82º50%43.14%-
XYZ6.34.9515.38-
YUV63.96153.98128.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=27.95%
G=24.02%
B=48.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64551100.420.500.57249.8233.3332.35
Hex40376E2A32039fa2120
Octal1006715652620713724140
Binary10000001101111101110101010110010011100111111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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