#403868

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

Shades of Minsk #403868

Tints of Minsk #403868

Color information

#403868 (or 0x403868) is unknown color: approx Minsk. HEX triplet: 40, 38 and 68. RGB value is (64,56,104). Sum of RGB (Red+Green+Blue) = 64+56+104=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #403868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403868 is #BFC797. Grayscale: #3F3F3F. Windows color (decimal): -12568472 or 6830144. OLE color: 6830144.

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

Color convert

RGB6456104-
CMYK0.380.4600.59
HSL250º30%31.37%-
HSV(B)250º46.15%40.78%-
XYZ6.034.9213.73-
YUV63.86150.65128.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=28.57%
G=25%
B=46.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64561040.380.4600.592503031.37
Hex403868262E03Bfa1e1f
Octal1007015046560733723637
Binary100000011100011010001001101011100111011111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403868; }

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

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

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

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

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

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

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

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