#3C356C

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

Shades of Minsk #3C356C

Tints of Minsk #3C356C

Color information

#3C356C (or 0x3C356C) is unknown color: approx Minsk. HEX triplet: 3C, 35 and 6C. RGB value is (60,53,108). Sum of RGB (Red+Green+Blue) = 60+53+108=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356C is #C3CA93. Grayscale: #3D3D3D. Windows color (decimal): -12831380 or 7091516. OLE color: 7091516.

HSL color Cylindrical-coordinate representation of color #3C356C: hue angle of 247.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C356C is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6053108-
CMYK0.440.5100.58
HSL247.64º34.16%31.57%-
HSV(B)247.64º50.93%42.35%-
XYZ5.844.5914.77-
YUV61.36154.32127.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=27.15%
G=23.98%
B=48.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60531080.440.5100.58247.6434.1631.57
Hex3C356C2C3303Af82220
Octal746515454630723704240
Binary1111001101011101100101100110011011101011111000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,108); }

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

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

 a { background-color: rgb(60,53,108); }

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

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

 span { border-color: rgb(60,53,108); }

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