#3E3476

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

Shades of Minsk #3E3476

Tints of Minsk #3E3476

Color information

#3E3476 (or 0x3E3476) is unknown color: approx Minsk. HEX triplet: 3E, 34 and 76. RGB value is (62,52,118). Sum of RGB (Red+Green+Blue) = 62+52+118=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3476 is #C1CB89. Grayscale: #3E3E3E. Windows color (decimal): -12700554 or 7746622. OLE color: 7746622.

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

Color convert

RGB6252118-
CMYK0.470.5600.54
HSL249.09º38.82%33.33%-
HSV(B)249.09º55.93%46.27%-
XYZ6.484.7917.72-
YUV62.51159.31127.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=26.72%
G=22.41%
B=50.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62521180.470.5600.54249.0938.8233.33
Hex3E34762F38036f92721
Octal766416657700663714741
Binary1111101101001110110101111111000011011011111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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