#40306E

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

Shades of Minsk #40306E

Tints of Minsk #40306E

Color information

#40306E (or 0x40306E) is unknown color: approx Minsk. HEX triplet: 40, 30 and 6E. RGB value is (64,48,110). Sum of RGB (Red+Green+Blue) = 64+48+110=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #40306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40306E is #BFCF91. Grayscale: #3B3B3B. Windows color (decimal): -12570514 or 7221312. OLE color: 7221312.

HSL color Cylindrical-coordinate representation of color #40306E: hue angle of 255.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40306E is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6448110-
CMYK0.420.5600.57
HSL255.48º39.24%30.98%-
HSV(B)255.48º56.36%43.14%-
XYZ5.994.3315.27-
YUV59.85156.3130.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=28.83%
G=21.62%
B=49.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64481100.420.5600.57255.4839.2430.98
Hex40306E2A38039ff271f
Octal1006015652700713774737
Binary1000000110000110111010101011100001110011111111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40306E; }

 p { color: rgb(64,48,110); }

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

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

 a { background-color: rgb(64,48,110); }

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

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

 span { border-color: rgb(64,48,110); }

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