#3E306D

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

Shades of Minsk #3E306D

Tints of Minsk #3E306D

Color information

#3E306D (or 0x3E306D) is unknown color: approx Minsk. HEX triplet: 3E, 30 and 6D. RGB value is (62,48,109). Sum of RGB (Red+Green+Blue) = 62+48+109=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E306D is #C1CF92. Grayscale: #3A3A3A. Windows color (decimal): -12701587 or 7155774. OLE color: 7155774.

HSL color Cylindrical-coordinate representation of color #3E306D: hue angle of 253.77º 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 #3E306D is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6248109-
CMYK0.430.5600.57
HSL253.77º38.85%30.78%-
HSV(B)253.77º55.96%42.75%-
XYZ5.84.2414.98-
YUV59.14156.14130.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=28.31%
G=21.92%
B=49.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62481090.430.5600.57253.7738.8530.78
Hex3E306D2B38039fe271f
Octal766015553700713764737
Binary111110110000110110110101111100001110011111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,109); }

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

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

 a { background-color: rgb(62,48,109); }

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

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

 span { border-color: rgb(62,48,109); }

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