#3C3275

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

Shades of Minsk #3C3275

Tints of Minsk #3C3275

Color information

#3C3275 (or 0x3C3275) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 75. RGB value is (60,50,117). Sum of RGB (Red+Green+Blue) = 60+50+117=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3275 is #C3CD8A. Grayscale: #3C3C3C. Windows color (decimal): -12832139 or 7680572. OLE color: 7680572.

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

Color convert

RGB6050117-
CMYK0.490.5700.54
HSL248.96º40.12%32.75%-
HSV(B)248.96º57.26%45.88%-
XYZ6.214.5317.38-
YUV60.63159.81127.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=26.43%
G=22.03%
B=51.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60501170.490.5700.54248.9640.1232.75
Hex3C32753139036f92821
Octal746216561710663715041
Binary1111001100101110101110001111001011011011111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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