#3C317A

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

Shades of Minsk #3C317A

Tints of Minsk #3C317A

Color information

#3C317A (or 0x3C317A) is unknown color: approx Minsk. HEX triplet: 3C, 31 and 7A. RGB value is (60,49,122). Sum of RGB (Red+Green+Blue) = 60+49+122=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C317A is #C3CE85. Grayscale: #3C3C3C. Windows color (decimal): -12832390 or 8007996. OLE color: 8007996.

HSL color Cylindrical-coordinate representation of color #3C317A: hue angle of 249.04º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C317A is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6049122-
CMYK0.510.6000.52
HSL249.04º42.69%33.53%-
HSV(B)249.04º59.84%47.84%-
XYZ6.474.5618.95-
YUV60.61162.64127.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=25.97%
G=21.21%
B=52.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60491220.510.6000.52249.0442.6933.53
Hex3C317A333C034f92b22
Octal746117263740643715342
Binary1111001100011111010110011111100011010011111001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,122); }

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

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

 a { background-color: rgb(60,49,122); }

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

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

 span { border-color: rgb(60,49,122); }

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