#3A3170

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

Shades of Minsk #3A3170

Tints of Minsk #3A3170

Color information

#3A3170 (or 0x3A3170) is unknown color: approx Minsk. HEX triplet: 3A, 31 and 70. RGB value is (58,49,112). Sum of RGB (Red+Green+Blue) = 58+49+112=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3170 is #C5CE8F. Grayscale: #3A3A3A. Windows color (decimal): -12963472 or 7352634. OLE color: 7352634.

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

Color convert

RGB5849112-
CMYK0.480.5600.56
HSL248.57º39.13%31.57%-
HSV(B)248.57º56.25%43.92%-
XYZ5.774.2715.85-
YUV58.87157.98127.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=26.48%
G=22.37%
B=51.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58491120.480.5600.56248.5739.1331.57
Hex3A31703038038f92720
Octal726116060700703714740
Binary1110101100011110000110000111000011100011111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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