#403767

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

Shades of Minsk #403767

Tints of Minsk #403767

Color information

#403767 (or 0x403767) is unknown color: approx Minsk. HEX triplet: 40, 37 and 67. RGB value is (64,55,103). Sum of RGB (Red+Green+Blue) = 64+55+103=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #403767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403767 is #BFC898. Grayscale: #3E3E3E. Windows color (decimal): -12568729 or 6764352. OLE color: 6764352.

HSL color Cylindrical-coordinate representation of color #403767: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403767 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6455103-
CMYK0.380.4700.60
HSL251.25º30.38%30.98%-
HSV(B)251.25º46.6%40.39%-
XYZ5.934.813.45-
YUV63.16150.48128.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=28.83%
G=24.77%
B=46.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64551030.380.4700.60251.2530.3830.98
Hex403767262F03Cfb1e1f
Octal1006714746570743733637
Binary100000011011111001111001101011110111100111110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403767; }

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

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

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

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

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

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

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

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