#3C366A

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

Shades of Minsk #3C366A

Tints of Minsk #3C366A

Color information

#3C366A (or 0x3C366A) is unknown color: approx Minsk. HEX triplet: 3C, 36 and 6A. RGB value is (60,54,106). Sum of RGB (Red+Green+Blue) = 60+54+106=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C366A is #C3C995. Grayscale: #3D3D3D. Windows color (decimal): -12831126 or 6960700. OLE color: 6960700.

HSL color Cylindrical-coordinate representation of color #3C366A: hue angle of 246.92º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C366A is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6054106-
CMYK0.430.4900.58
HSL246.92º32.5%31.37%-
HSV(B)246.92º49.06%41.57%-
XYZ5.784.6414.23-
YUV61.72152.99126.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=27.27%
G=24.55%
B=48.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60541060.430.4900.58246.9232.531.37
Hex3C366A2B3103Af7201f
Octal746615253610723674037
Binary111100110110110101010101111000101110101111011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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