#3E3170

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

Shades of Minsk #3E3170

Tints of Minsk #3E3170

Color information

#3E3170 (or 0x3E3170) is unknown color: approx Minsk. HEX triplet: 3E, 31 and 70. RGB value is (62,49,112). Sum of RGB (Red+Green+Blue) = 62+49+112=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3170 is #C1CE8F. Grayscale: #3B3B3B. Windows color (decimal): -12701328 or 7352638. OLE color: 7352638.

HSL color Cylindrical-coordinate representation of color #3E3170: hue angle of 252.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E3170 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6249112-
CMYK0.450.5600.56
HSL252.38º39.13%31.57%-
HSV(B)252.38º56.25%43.92%-
XYZ6.014.3915.86-
YUV60.07157.31129.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=27.80%
G=21.97%
B=50.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62491120.450.5600.56252.3839.1331.57
Hex3E31702D38038fc2720
Octal766116055700703744740
Binary1111101100011110000101101111000011100011111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,112); }

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

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

 a { background-color: rgb(62,49,112); }

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

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

 span { border-color: rgb(62,49,112); }

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