#3A2A6A

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

Shades of Minsk #3A2A6A

Tints of Minsk #3A2A6A

Color information

#3A2A6A (or 0x3A2A6A) is unknown color: approx Minsk. HEX triplet: 3A, 2A and 6A. RGB value is (58,42,106). Sum of RGB (Red+Green+Blue) = 58+42+106=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A2A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A6A is #C5D595. Grayscale: #353535. Windows color (decimal): -12965270 or 6957626. OLE color: 6957626.

HSL color Cylindrical-coordinate representation of color #3A2A6A: hue angle of 255º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2A6A is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5842106-
CMYK0.450.6000.58
HSL255º43.24%29.02%-
HSV(B)255º60.38%41.57%-
XYZ5.173.614.06-
YUV54.08157.3130.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=28.16%
G=20.39%
B=51.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58421060.450.6000.5825543.2429.02
Hex3A2A6A2D3C03Aff2b1d
Octal725215255740723775335
Binary111010101010110101010110111110001110101111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,106); }

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

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

 a { background-color: rgb(58,42,106); }

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

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

 span { border-color: rgb(58,42,106); }

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