#403266

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

Shades of Minsk #403266

Tints of Minsk #403266

Color information

#403266 (or 0x403266) is unknown color: approx Minsk. HEX triplet: 40, 32 and 66. RGB value is (64,50,102). Sum of RGB (Red+Green+Blue) = 64+50+102=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #403266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403266 is #BFCD99. Grayscale: #3B3B3B. Windows color (decimal): -12570010 or 6697536. OLE color: 6697536.

HSL color Cylindrical-coordinate representation of color #403266: hue angle of 256.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403266 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6450102-
CMYK0.370.5100.6
HSL256.15º34.21%29.8%-
HSV(B)256.15º50.98%40%-
XYZ5.654.3313.11-
YUV60.11151.64130.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=29.63%
G=23.15%
B=47.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64501020.370.5100.6256.1534.2129.8
Hex403266253303C100221e
Octal1006214645630744004236
Binary10000001100101100110100101110011011110010000000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403266; }

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

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

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

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

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

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

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

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