#403B66

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

Shades of Minsk #403B66

Tints of Minsk #403B66

Color information

#403B66 (or 0x403B66) is unknown color: approx Minsk. HEX triplet: 40, 3B and 66. RGB value is (64,59,102). Sum of RGB (Red+Green+Blue) = 64+59+102=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #403B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B66 is #BFC499. Grayscale: #414141. Windows color (decimal): -12567706 or 6699840. OLE color: 6699840.

HSL color Cylindrical-coordinate representation of color #403B66: hue angle of 246.98º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403B66 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6459102-
CMYK0.370.4200.6
HSL246.98º26.71%31.57%-
HSV(B)246.98º42.16%40%-
XYZ6.085.1813.25-
YUV65.4148.66127-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=28.44%
G=26.22%
B=45.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64591020.370.4200.6246.9826.7131.57
Hex403B66252A03Cf71b20
Octal1007314645520743673340
Binary1000000111011110011010010110101001111001111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B66; }

 p { color: rgb(64,59,102); }

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

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

 a { background-color: rgb(64,59,102); }

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

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

 span { border-color: rgb(64,59,102); }

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