#403265

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

Shades of Minsk #403265

Tints of Minsk #403265

Color information

#403265 (or 0x403265) is unknown color: approx Minsk. HEX triplet: 40, 32 and 65. RGB value is (64,50,101). Sum of RGB (Red+Green+Blue) = 64+50+101=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #403265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403265 is #BFCD9A. Grayscale: #3B3B3B. Windows color (decimal): -12570011 or 6632000. OLE color: 6632000.

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

Color convert

RGB6450101-
CMYK0.370.5000.60
HSL256.47º33.77%29.61%-
HSV(B)256.47º50.5%39.61%-
XYZ5.64.3112.85-
YUV60151.14130.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=29.77%
G=23.26%
B=46.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64501010.370.5000.60256.4733.7729.61
Hex403265253203C100221e
Octal1006214545620744004236
Binary10000001100101100101100101110010011110010000000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403265; }

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

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

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

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

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

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

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

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