#3A3165

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

Shades of Minsk #3A3165

Tints of Minsk #3A3165

Color information

#3A3165 (or 0x3A3165) is unknown color: approx Minsk. HEX triplet: 3A, 31 and 65. RGB value is (58,49,101). Sum of RGB (Red+Green+Blue) = 58+49+101=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3165 is #C5CE9A. Grayscale: #393939. Windows color (decimal): -12963483 or 6631738. OLE color: 6631738.

HSL color Cylindrical-coordinate representation of color #3A3165: hue angle of 250.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3165 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5849101-
CMYK0.430.5100.60
HSL250.38º34.67%29.41%-
HSV(B)250.38º51.49%39.61%-
XYZ5.194.0412.82-
YUV57.62152.48128.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=27.88%
G=23.56%
B=48.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58491010.430.5100.60250.3834.6729.41
Hex3A31652B3303Cfa231d
Octal726114553630743724335
Binary111010110001110010110101111001101111001111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,101); }

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

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

 a { background-color: rgb(58,49,101); }

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

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

 span { border-color: rgb(58,49,101); }

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