#3C316F

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

Shades of Minsk #3C316F

Tints of Minsk #3C316F

Color information

#3C316F (or 0x3C316F) is unknown color: approx Minsk. HEX triplet: 3C, 31 and 6F. RGB value is (60,49,111). Sum of RGB (Red+Green+Blue) = 60+49+111=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C316F is #C3CE90. Grayscale: #3B3B3B. Windows color (decimal): -12832401 or 7287100. OLE color: 7287100.

HSL color Cylindrical-coordinate representation of color #3C316F: hue angle of 250.65º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C316F is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6049111-
CMYK0.460.5600.56
HSL250.65º38.75%31.37%-
HSV(B)250.65º55.86%43.53%-
XYZ5.834.315.56-
YUV59.36157.14128.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=27.27%
G=22.27%
B=50.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60491110.460.5600.56250.6538.7531.37
Hex3C316F2E38038fb271f
Octal746115756700703734737
Binary111100110001110111110111011100001110001111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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