#40356F

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

Shades of Minsk #40356F

Tints of Minsk #40356F

Color information

#40356F (or 0x40356F) is unknown color: approx Minsk. HEX triplet: 40, 35 and 6F. RGB value is (64,53,111). Sum of RGB (Red+Green+Blue) = 64+53+111=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #40356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356F is #BFCA90. Grayscale: #3E3E3E. Windows color (decimal): -12569233 or 7288128. OLE color: 7288128.

HSL color Cylindrical-coordinate representation of color #40356F: hue angle of 251.38º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40356F is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6453111-
CMYK0.420.5200.56
HSL251.38º35.37%32.16%-
HSV(B)251.38º52.25%43.53%-
XYZ6.264.7815.63-
YUV62.9155.14128.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=28.07%
G=23.25%
B=48.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64531110.420.5200.56251.3835.3732.16
Hex40356F2A34038fb2320
Octal1006515752640703734340
Binary10000001101011101111101010110100011100011111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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