#403268

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

Shades of Minsk #403268

Tints of Minsk #403268

Color information

#403268 (or 0x403268) is unknown color: approx Minsk. HEX triplet: 40, 32 and 68. RGB value is (64,50,104). Sum of RGB (Red+Green+Blue) = 64+50+104=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #403268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403268 is #BFCD97. Grayscale: #3C3C3C. Windows color (decimal): -12570008 or 6828608. OLE color: 6828608.

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

Color convert

RGB6450104-
CMYK0.380.5200.59
HSL255.56º35.06%30.2%-
HSV(B)255.56º51.92%40.78%-
XYZ5.754.3713.64-
YUV60.34152.64130.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=29.36%
G=22.94%
B=47.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64501040.380.5200.59255.5635.0630.2
Hex403268263403B100231e
Octal1006215046640734004336
Binary10000001100101101000100110110100011101110000000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403268; }

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

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

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

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

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

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

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

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