#3A2F7A

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

Shades of Minsk #3A2F7A

Tints of Minsk #3A2F7A

Color information

#3A2F7A (or 0x3A2F7A) is unknown color: approx Minsk. HEX triplet: 3A, 2F and 7A. RGB value is (58,47,122). Sum of RGB (Red+Green+Blue) = 58+47+122=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A2F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F7A is #C5D085. Grayscale: #3A3A3A. Windows color (decimal): -12963974 or 8007482. OLE color: 8007482.

HSL color Cylindrical-coordinate representation of color #3A2F7A: hue angle of 248.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2F7A is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5847122-
CMYK0.520.6100.52
HSL248.8º44.38%33.14%-
HSV(B)248.8º61.48%47.84%-
XYZ6.274.3418.92-
YUV58.84163.64127.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=25.55%
G=20.70%
B=53.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58471220.520.6100.52248.844.3833.14
Hex3A2F7A343D034f92c21
Octal725717264750643715441
Binary1110101011111111010110100111101011010011111001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,122); }

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

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

 a { background-color: rgb(58,47,122); }

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

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

 span { border-color: rgb(58,47,122); }

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