#403365

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

Shades of Minsk #403365

Tints of Minsk #403365

Color information

#403365 (or 0x403365) is unknown color: approx Minsk. HEX triplet: 40, 33 and 65. RGB value is (64,51,101). Sum of RGB (Red+Green+Blue) = 64+51+101=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #403365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403365 is #BFCC9A. Grayscale: #3C3C3C. Windows color (decimal): -12569755 or 6632256. OLE color: 6632256.

HSL color Cylindrical-coordinate representation of color #403365: hue angle of 255.6º degrees, saturation: 0.33, 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 #403365 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6451101-
CMYK0.370.5000.60
HSL255.6º32.89%29.8%-
HSV(B)255.6º49.5%39.61%-
XYZ5.654.412.86-
YUV60.59150.81130.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=29.63%
G=23.61%
B=46.76%

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
Decimal64511010.370.5000.60255.632.8929.8
Hex403365253203C100211e
Octal1006314545620744004136
Binary10000001100111100101100101110010011110010000000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403365; }

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

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

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

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

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

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

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

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