#3A3272

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

Shades of Minsk #3A3272

Tints of Minsk #3A3272

Color information

#3A3272 (or 0x3A3272) is unknown color: approx Minsk. HEX triplet: 3A, 32 and 72. RGB value is (58,50,114). Sum of RGB (Red+Green+Blue) = 58+50+114=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3272 is #C5CD8D. Grayscale: #3B3B3B. Windows color (decimal): -12963214 or 7483962. OLE color: 7483962.

HSL color Cylindrical-coordinate representation of color #3A3272: hue angle of 247.5º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3272 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5850114-
CMYK0.490.5600.55
HSL247.5º39.02%32.16%-
HSV(B)247.5º56.14%44.71%-
XYZ5.924.416.46-
YUV59.69158.65126.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=26.13%
G=22.52%
B=51.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58501140.490.5600.55247.539.0232.16
Hex3A32723138037f82720
Octal726216261700673704740
Binary1110101100101110010110001111000011011111111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,114); }

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

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

 a { background-color: rgb(58,50,114); }

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

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

 span { border-color: rgb(58,50,114); }

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