#3A3178

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

Shades of Minsk #3A3178

Tints of Minsk #3A3178

Color information

#3A3178 (or 0x3A3178) is unknown color: approx Minsk. HEX triplet: 3A, 31 and 78. RGB value is (58,49,120). Sum of RGB (Red+Green+Blue) = 58+49+120=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A3178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3178 is #C5CE87. Grayscale: #3B3B3B. Windows color (decimal): -12963464 or 7876922. OLE color: 7876922.

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

Color convert

RGB5849120-
CMYK0.520.5900.53
HSL247.61º42.01%33.14%-
HSV(B)247.61º59.17%47.06%-
XYZ6.234.4518.3-
YUV59.78161.98126.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=25.55%
G=21.59%
B=52.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58491200.520.5900.53247.6142.0133.14
Hex3A3178343B035f82a21
Octal726117064730653705241
Binary1110101100011111000110100111011011010111111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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