#3C366F

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

Shades of Minsk #3C366F

Tints of Minsk #3C366F

Color information

#3C366F (or 0x3C366F) is unknown color: approx Minsk. HEX triplet: 3C, 36 and 6F. RGB value is (60,54,111). Sum of RGB (Red+Green+Blue) = 60+54+111=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C366F is #C3C990. Grayscale: #3E3E3E. Windows color (decimal): -12831121 or 7288380. OLE color: 7288380.

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

Color convert

RGB6054111-
CMYK0.460.5100.56
HSL246.32º34.55%32.35%-
HSV(B)246.32º51.35%43.53%-
XYZ6.054.7515.64-
YUV62.29155.49126.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=26.67%
G=24%
B=49.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60541110.460.5100.56246.3234.5532.35
Hex3C366F2E33038f62320
Octal746615756630703664340
Binary1111001101101101111101110110011011100011110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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