#403867

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

Shades of Minsk #403867

Tints of Minsk #403867

Color information

#403867 (or 0x403867) is unknown color: approx Minsk. HEX triplet: 40, 38 and 67. RGB value is (64,56,103). Sum of RGB (Red+Green+Blue) = 64+56+103=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #403867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403867 is #BFC798. Grayscale: #3F3F3F. Windows color (decimal): -12568473 or 6764608. OLE color: 6764608.

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

Color convert

RGB6456103-
CMYK0.380.4600.60
HSL250.21º29.56%31.18%-
HSV(B)250.21º45.63%40.39%-
XYZ5.984.913.46-
YUV63.75150.15128.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=28.70%
G=25.11%
B=46.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64561030.380.4600.60250.2129.5631.18
Hex403867262E03Cfa1e1f
Octal1007014746560743723637
Binary100000011100011001111001101011100111100111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403867; }

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

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

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

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

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

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

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

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