#3C3561

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

Shades of Minsk #3C3561

Tints of Minsk #3C3561

Color information

#3C3561 (or 0x3C3561) is unknown color: approx Minsk. HEX triplet: 3C, 35 and 61. RGB value is (60,53,97). Sum of RGB (Red+Green+Blue) = 60+53+97=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3561 is #C3CA9E. Grayscale: #3B3B3B. Windows color (decimal): -12831391 or 6370620. OLE color: 6370620.

HSL color Cylindrical-coordinate representation of color #3C3561: hue angle of 249.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3561 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB605397-
CMYK0.380.4500.62
HSL249.55º29.33%29.41%-
HSV(B)249.55º45.36%38.04%-
XYZ5.294.3711.87-
YUV60.11148.82127.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=28.57%
G=25.24%
B=46.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6053970.380.4500.62249.5529.3329.41
Hex3C3561262D03Efa1d1d
Octal746514146550763723535
Binary11110011010111000011001101011010111110111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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