#3E3276

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

Shades of Minsk #3E3276

Tints of Minsk #3E3276

Color information

#3E3276 (or 0x3E3276) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 76. RGB value is (62,50,118). Sum of RGB (Red+Green+Blue) = 62+50+118=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3276 is #C1CD89. Grayscale: #3D3D3D. Windows color (decimal): -12701066 or 7746110. OLE color: 7746110.

HSL color Cylindrical-coordinate representation of color #3E3276: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3276 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6250118-
CMYK0.470.5800.54
HSL250.59º40.48%32.94%-
HSV(B)250.59º57.63%46.27%-
XYZ6.44.6117.69-
YUV61.34159.98128.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=26.96%
G=21.74%
B=51.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62501180.470.5800.54250.5940.4832.94
Hex3E32762F3A036fb2821
Octal766216657720663735041
Binary1111101100101110110101111111010011011011111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3276; }

 p { color: rgb(62,50,118); }

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

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

 a { background-color: rgb(62,50,118); }

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

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

 span { border-color: rgb(62,50,118); }

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