#3C3166

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

Shades of Minsk #3C3166

Tints of Minsk #3C3166

Color information

#3C3166 (or 0x3C3166) is unknown color: approx Minsk. HEX triplet: 3C, 31 and 66. RGB value is (60,49,102). Sum of RGB (Red+Green+Blue) = 60+49+102=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3166 is #C3CE99. Grayscale: #3A3A3A. Windows color (decimal): -12832410 or 6697276. OLE color: 6697276.

HSL color Cylindrical-coordinate representation of color #3C3166: hue angle of 252.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3166 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6049102-
CMYK0.410.5200.6
HSL252.45º35.1%29.61%-
HSV(B)252.45º51.96%40%-
XYZ5.364.1213.08-
YUV58.33152.64129.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=28.44%
G=23.22%
B=48.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60491020.410.5200.6252.4535.129.61
Hex3C3166293403Cfc231e
Octal746114651640743744336
Binary111100110001110011010100111010001111001111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,102); }

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

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

 a { background-color: rgb(60,49,102); }

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

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

 span { border-color: rgb(60,49,102); }

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