#403861

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

Shades of Minsk #403861

Tints of Minsk #403861

Color information

#403861 (or 0x403861) is unknown color: approx Minsk. HEX triplet: 40, 38 and 61. RGB value is (64,56,97). Sum of RGB (Red+Green+Blue) = 64+56+97=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #403861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403861 is #BFC79E. Grayscale: #3E3E3E. Windows color (decimal): -12568479 or 6371392. OLE color: 6371392.

HSL color Cylindrical-coordinate representation of color #403861: hue angle of 251.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403861 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645697-
CMYK0.340.4200.62
HSL251.71º26.8%30%-
HSV(B)251.71º42.27%38.04%-
XYZ5.694.7811.93-
YUV63.07147.15128.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=29.49%
G=25.81%
B=44.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6456970.340.4200.62251.7126.830
Hex403861222A03Efc1b1e
Octal1007014142520763743336
Binary100000011100011000011000101010100111110111111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403861; }

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

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

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

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

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

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

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

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