#3C3664

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

Shades of Minsk #3C3664

Tints of Minsk #3C3664

Color information

#3C3664 (or 0x3C3664) is unknown color: approx Minsk. HEX triplet: 3C, 36 and 64. RGB value is (60,54,100). Sum of RGB (Red+Green+Blue) = 60+54+100=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C3664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3664 is #C3C99B. Grayscale: #3C3C3C. Windows color (decimal): -12831132 or 6567484. OLE color: 6567484.

HSL color Cylindrical-coordinate representation of color #3C3664: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C3664 is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6054100-
CMYK0.40.4600.61
HSL247.83º29.87%30.2%-
HSV(B)247.83º46%39.22%-
XYZ5.484.5212.64-
YUV61.04149.99127.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=28.04%
G=25.23%
B=46.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60541000.40.4600.61247.8329.8730.2
Hex3C3664282E03Df81e1e
Octal746614450560753703636
Binary11110011011011001001010001011100111101111110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,54,100); }

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

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

 a { background-color: rgb(60,54,100); }

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

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

 span { border-color: rgb(60,54,100); }

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