#3C3376

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

Shades of Minsk #3C3376

Tints of Minsk #3C3376

Color information

#3C3376 (or 0x3C3376) is unknown color: approx Minsk. HEX triplet: 3C, 33 and 76. RGB value is (60,51,118). Sum of RGB (Red+Green+Blue) = 60+51+118=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3376 is #C3CC89. Grayscale: #3D3D3D. Windows color (decimal): -12831882 or 7746364. OLE color: 7746364.

HSL color Cylindrical-coordinate representation of color #3C3376: hue angle of 248.06º 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 #3C3376 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6051118-
CMYK0.490.5700.54
HSL248.06º39.64%33.14%-
HSV(B)248.06º56.78%46.27%-
XYZ6.324.6417.7-
YUV61.33159.98127.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.20%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=26.20%
G=22.27%
B=51.53%

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
Decimal60511180.490.5700.54248.0639.6433.14
Hex3C33763139036f82821
Octal746316661710663705041
Binary1111001100111110110110001111001011011011111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,118); }

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

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

 a { background-color: rgb(60,51,118); }

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

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

 span { border-color: rgb(60,51,118); }

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