#3A3075

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

Shades of Minsk #3A3075

Tints of Minsk #3A3075

Color information

#3A3075 (or 0x3A3075) is unknown color: approx Minsk. HEX triplet: 3A, 30 and 75. RGB value is (58,48,117). Sum of RGB (Red+Green+Blue) = 58+48+117=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3075 is #C5CF8A. Grayscale: #3A3A3A. Windows color (decimal): -12963723 or 7680058. OLE color: 7680058.

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

Color convert

RGB5848117-
CMYK0.500.5900.54
HSL248.7º41.82%32.35%-
HSV(B)248.7º58.97%45.88%-
XYZ6.014.317.34-
YUV58.86160.81127.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=26.01%
G=21.52%
B=52.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58481170.500.5900.54248.741.8232.35
Hex3A3075323B036f92a20
Octal726016562730663715240
Binary1110101100001110101110010111011011011011111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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