#3C3475

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

Shades of Minsk #3C3475

Tints of Minsk #3C3475

Color information

#3C3475 (or 0x3C3475) is unknown color: approx Minsk. HEX triplet: 3C, 34 and 75. RGB value is (60,52,117). Sum of RGB (Red+Green+Blue) = 60+52+117=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3475 is #C3CB8A. Grayscale: #3D3D3D. Windows color (decimal): -12831627 or 7681084. OLE color: 7681084.

HSL color Cylindrical-coordinate representation of color #3C3475: hue angle of 247.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3475 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6052117-
CMYK0.490.5600.54
HSL247.38º38.46%33.14%-
HSV(B)247.38º55.56%45.88%-
XYZ6.34.717.4-
YUV61.8159.15126.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.20%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=26.20%
G=22.71%
B=51.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60521170.490.5600.54247.3838.4633.14
Hex3C34753138036f72621
Octal746416561700663674641
Binary1111001101001110101110001111000011011011110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,117); }

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

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

 a { background-color: rgb(60,52,117); }

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

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

 span { border-color: rgb(60,52,117); }

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