#40336A

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

Shades of Minsk #40336A

Tints of Minsk #40336A

Color information

#40336A (or 0x40336A) is unknown color: approx Minsk. HEX triplet: 40, 33 and 6A. RGB value is (64,51,106). Sum of RGB (Red+Green+Blue) = 64+51+106=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #40336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40336A is #BFCC95. Grayscale: #3C3C3C. Windows color (decimal): -12569750 or 6959936. OLE color: 6959936.

HSL color Cylindrical-coordinate representation of color #40336A: hue angle of 254.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40336A is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6451106-
CMYK0.400.5200.58
HSL254.18º35.03%30.78%-
HSV(B)254.18º51.89%41.57%-
XYZ5.94.514.19-
YUV61.16153.31130.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=28.96%
G=23.08%
B=47.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64511060.400.5200.58254.1835.0330.78
Hex40336A283403Afe231f
Octal1006315250640723764337
Binary1000000110011110101010100011010001110101111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40336A; }

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

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

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

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

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

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

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

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