#3A3076

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

Shades of Minsk #3A3076

Tints of Minsk #3A3076

Color information

#3A3076 (or 0x3A3076) is unknown color: approx Minsk. HEX triplet: 3A, 30 and 76. RGB value is (58,48,118). Sum of RGB (Red+Green+Blue) = 58+48+118=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3076 is #C5CF89. Grayscale: #3A3A3A. Windows color (decimal): -12963722 or 7745594. OLE color: 7745594.

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

Color convert

RGB5848118-
CMYK0.510.5900.54
HSL248.57º42.17%32.55%-
HSV(B)248.57º59.32%46.27%-
XYZ6.074.3217.65-
YUV58.97161.31127.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=25.89%
G=21.43%
B=52.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58481180.510.5900.54248.5742.1732.55
Hex3A3076333B036f92a21
Octal726016663730663715241
Binary1110101100001110110110011111011011011011111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,118); }

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

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

 a { background-color: rgb(58,48,118); }

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

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

 span { border-color: rgb(58,48,118); }

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