#40386B

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

Shades of Minsk #40386B

Tints of Minsk #40386B

Color information

#40386B (or 0x40386B) is unknown color: approx Minsk. HEX triplet: 40, 38 and 6B. RGB value is (64,56,107). Sum of RGB (Red+Green+Blue) = 64+56+107=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #40386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40386B is #BFC794. Grayscale: #404040. Windows color (decimal): -12568469 or 7026752. OLE color: 7026752.

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

Color convert

RGB6456107-
CMYK0.400.4800.58
HSL249.41º31.29%31.96%-
HSV(B)249.41º47.66%41.96%-
XYZ6.184.9814.55-
YUV64.21152.15127.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=28.19%
G=24.67%
B=47.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64561070.400.4800.58249.4131.2931.96
Hex40386B283003Af91f20
Octal1007015350600723713740
Binary1000000111000110101110100011000001110101111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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