#40396B

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

Shades of Minsk #40396B

Tints of Minsk #40396B

Color information

#40396B (or 0x40396B) is unknown color: approx Minsk. HEX triplet: 40, 39 and 6B. RGB value is (64,57,107). Sum of RGB (Red+Green+Blue) = 64+57+107=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #40396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396B is #BFC694. Grayscale: #404040. Windows color (decimal): -12568213 or 7027008. OLE color: 7027008.

HSL color Cylindrical-coordinate representation of color #40396B: hue angle of 248.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40396B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6457107-
CMYK0.400.4700.58
HSL248.4º30.49%32.16%-
HSV(B)248.4º46.73%41.96%-
XYZ6.235.0814.56-
YUV64.79151.82127.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=28.07%
G=25%
B=46.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64571070.400.4700.58248.430.4932.16
Hex40396B282F03Af81e20
Octal1007115350570723703640
Binary1000000111001110101110100010111101110101111100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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