#40376D

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

Shades of Minsk #40376D

Tints of Minsk #40376D

Color information

#40376D (or 0x40376D) is unknown color: approx Minsk. HEX triplet: 40, 37 and 6D. RGB value is (64,55,109). Sum of RGB (Red+Green+Blue) = 64+55+109=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #40376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40376D is #BFC892. Grayscale: #3F3F3F. Windows color (decimal): -12568723 or 7157568. OLE color: 7157568.

HSL color Cylindrical-coordinate representation of color #40376D: hue angle of 250º 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 #40376D is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6455109-
CMYK0.410.5000.57
HSL250º32.93%32.16%-
HSV(B)250º49.54%42.75%-
XYZ6.244.9315.09-
YUV63.85153.48128.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=28.07%
G=24.12%
B=47.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64551090.410.5000.5725032.9332.16
Hex40376D2932039fa2120
Octal1006715551620713724140
Binary10000001101111101101101001110010011100111111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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