#40356C

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

Shades of Minsk #40356C

Tints of Minsk #40356C

Color information

#40356C (or 0x40356C) is unknown color: approx Minsk. HEX triplet: 40, 35 and 6C. RGB value is (64,53,108). Sum of RGB (Red+Green+Blue) = 64+53+108=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #40356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356C is #BFCA93. Grayscale: #3E3E3E. Windows color (decimal): -12569236 or 7091520. OLE color: 7091520.

HSL color Cylindrical-coordinate representation of color #40356C: hue angle of 252º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40356C is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6453108-
CMYK0.410.5100.58
HSL252º34.16%31.57%-
HSV(B)252º50.93%42.35%-
XYZ6.094.7214.78-
YUV62.56153.64129.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 108 (42.58% from 255) = 48%
R=28.44%
G=23.56%
B=48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64531080.410.5100.5825234.1631.57
Hex40356C293303Afc2220
Octal1006515451630723744240
Binary10000001101011101100101001110011011101011111100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40356C; }

 p { color: rgb(64,53,108); }

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

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

 a { background-color: rgb(64,53,108); }

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

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

 span { border-color: rgb(64,53,108); }

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