#3C3570

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

Shades of Minsk #3C3570

Tints of Minsk #3C3570

Color information

#3C3570 (or 0x3C3570) is unknown color: approx Minsk. HEX triplet: 3C, 35 and 70. RGB value is (60,53,112). Sum of RGB (Red+Green+Blue) = 60+53+112=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3570 is #C3CA8F. Grayscale: #3D3D3D. Windows color (decimal): -12831376 or 7353660. OLE color: 7353660.

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

Color convert

RGB6053112-
CMYK0.460.5300.56
HSL247.12º35.76%32.35%-
HSV(B)247.12º52.68%43.92%-
XYZ6.064.6815.91-
YUV61.82156.32126.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=26.67%
G=23.56%
B=49.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60531120.460.5300.56247.1235.7632.35
Hex3C35702E35038f72420
Octal746516056650703674440
Binary1111001101011110000101110110101011100011110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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