#40336E

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

Shades of Minsk #40336E

Tints of Minsk #40336E

Color information

#40336E (or 0x40336E) is unknown color: approx Minsk. HEX triplet: 40, 33 and 6E. RGB value is (64,51,110). Sum of RGB (Red+Green+Blue) = 64+51+110=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #40336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40336E is #BFCC91. Grayscale: #3D3D3D. Windows color (decimal): -12569746 or 7222080. OLE color: 7222080.

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

Color convert

RGB6451110-
CMYK0.420.5400.57
HSL253.22º36.65%31.57%-
HSV(B)253.22º53.64%43.14%-
XYZ6.114.5815.31-
YUV61.61155.31129.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=28.44%
G=22.67%
B=48.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64511100.420.5400.57253.2236.6531.57
Hex40336E2A36039fd2520
Octal1006315652660713754540
Binary10000001100111101110101010110110011100111111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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