#3A2F78

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

Shades of Minsk #3A2F78

Tints of Minsk #3A2F78

Color information

#3A2F78 (or 0x3A2F78) is unknown color: approx Minsk. HEX triplet: 3A, 2F and 78. RGB value is (58,47,120). Sum of RGB (Red+Green+Blue) = 58+47+120=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A2F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F78 is #C5D087. Grayscale: #3A3A3A. Windows color (decimal): -12963976 or 7876410. OLE color: 7876410.

HSL color Cylindrical-coordinate representation of color #3A2F78: hue angle of 249.04º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2F78 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5847120-
CMYK0.520.6100.53
HSL249.04º43.71%32.75%-
HSV(B)249.04º60.83%47.06%-
XYZ6.154.2918.27-
YUV58.61162.64127.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=25.78%
G=20.89%
B=53.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58471200.520.6100.53249.0443.7132.75
Hex3A2F78343D035f92c21
Octal725717064750653715441
Binary1110101011111111000110100111101011010111111001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,120); }

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

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

 a { background-color: rgb(58,47,120); }

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

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

 span { border-color: rgb(58,47,120); }

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