#403765

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

Shades of Minsk #403765

Tints of Minsk #403765

Color information

#403765 (or 0x403765) is unknown color: approx Minsk. HEX triplet: 40, 37 and 65. RGB value is (64,55,101). Sum of RGB (Red+Green+Blue) = 64+55+101=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #403765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403765 is #BFC89A. Grayscale: #3E3E3E. Windows color (decimal): -12568731 or 6633280. OLE color: 6633280.

HSL color Cylindrical-coordinate representation of color #403765: hue angle of 251.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403765 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6455101-
CMYK0.370.4600.60
HSL251.74º29.49%30.59%-
HSV(B)251.74º45.54%39.61%-
XYZ5.834.7612.92-
YUV62.93149.48128.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=29.09%
G=25%
B=45.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64551010.370.4600.60251.7429.4930.59
Hex403765252E03Cfc1d1f
Octal1006714545560743743537
Binary100000011011111001011001011011100111100111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403765; }

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

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

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

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

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

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

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

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