#3A3274

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

Shades of Minsk #3A3274

Tints of Minsk #3A3274

Color information

#3A3274 (or 0x3A3274) is unknown color: approx Minsk. HEX triplet: 3A, 32 and 74. RGB value is (58,50,116). Sum of RGB (Red+Green+Blue) = 58+50+116=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3274 is #C5CD8B. Grayscale: #3B3B3B. Windows color (decimal): -12963212 or 7615034. OLE color: 7615034.

HSL color Cylindrical-coordinate representation of color #3A3274: hue angle of 247.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3274 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5850116-
CMYK0.50.5700.55
HSL247.27º39.76%32.55%-
HSV(B)247.27º56.9%45.49%-
XYZ6.044.4417.06-
YUV59.92159.65126.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=25.89%
G=22.32%
B=51.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58501160.50.5700.55247.2739.7632.55
Hex3A32743239037f72821
Octal726216462710673675041
Binary1110101100101110100110010111001011011111110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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