#3A2E78

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

Shades of Minsk #3A2E78

Tints of Minsk #3A2E78

Color information

#3A2E78 (or 0x3A2E78) is unknown color: approx Minsk. HEX triplet: 3A, 2E and 78. RGB value is (58,46,120). Sum of RGB (Red+Green+Blue) = 58+46+120=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A2E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E78 is #C5D187. Grayscale: #393939. Windows color (decimal): -12964232 or 7876154. OLE color: 7876154.

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

Color convert

RGB5846120-
CMYK0.520.6200.53
HSL249.73º44.58%32.55%-
HSV(B)249.73º61.67%47.06%-
XYZ6.114.2118.26-
YUV58.02162.98127.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=25.89%
G=20.54%
B=53.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58461200.520.6200.53249.7344.5832.55
Hex3A2E78343E035fa2d21
Octal725617064760653725541
Binary1110101011101111000110100111110011010111111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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