#3a2a69

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

Shades of Minsk #3A2A69

Tints of Minsk #3A2A69

Color information

#3A2A69 (or 0x3A2A69) is unknown color: approx Minsk. HEX triplet: 3A, 2A and 69. RGB value is (58,42,105). Sum of RGB (Red+Green+Blue) = 58+42+105=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A2A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A69 is #C5D596. Grayscale: #353535. Windows color (decimal): -12965271 or 6892090. OLE color: 6892090.

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

Color convert

RGB5842105-
CMYK0.450.600.59
HSL255.24º42.86%28.82%-
HSV(B)255.24º60%41.18%-
XYZ5.123.5813.78-
YUV53.97156.8130.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=28.29%
G=20.49%
B=51.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58421050.450.600.59255.2442.8628.82
Hex3A2A692D3C03Bff2b1d
Octal725215155740733775335
Binary111010101010110100110110111110001110111111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a2a69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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