#40326F

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

Shades of Minsk #40326F

Tints of Minsk #40326F

Color information

#40326F (or 0x40326F) is unknown color: approx Minsk. HEX triplet: 40, 32 and 6F. RGB value is (64,50,111). Sum of RGB (Red+Green+Blue) = 64+50+111=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #40326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40326F is #BFCD90. Grayscale: #3C3C3C. Windows color (decimal): -12570001 or 7287360. OLE color: 7287360.

HSL color Cylindrical-coordinate representation of color #40326F: hue angle of 253.77º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40326F is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6450111-
CMYK0.420.5500.56
HSL253.77º37.89%31.57%-
HSV(B)253.77º54.95%43.53%-
XYZ6.124.5215.59-
YUV61.14156.14130.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=28.44%
G=22.22%
B=49.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64501110.420.5500.56253.7737.8931.57
Hex40326F2A37038fe2620
Octal1006215752670703764640
Binary10000001100101101111101010110111011100011111110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40326F; }

 p { color: rgb(64,50,111); }

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

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

 a { background-color: rgb(64,50,111); }

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

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

 span { border-color: rgb(64,50,111); }

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