#3D346C

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

Shades of Minsk #3D346C

Tints of Minsk #3D346C

Color information

#3D346C (or 0x3D346C) is unknown color: approx Minsk. HEX triplet: 3D, 34 and 6C. RGB value is (61,52,108). Sum of RGB (Red+Green+Blue) = 61+52+108=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D346C is #C2CB93. Grayscale: #3C3C3C. Windows color (decimal): -12766100 or 7091261. OLE color: 7091261.

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

Color convert

RGB6152108-
CMYK0.440.5200.58
HSL249.64º35%31.37%-
HSV(B)249.64º51.85%42.35%-
XYZ5.864.5314.75-
YUV61.08154.48127.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=27.60%
G=23.53%
B=48.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61521080.440.5200.58249.643531.37
Hex3D346C2C3403Afa231f
Octal756415454640723724337
Binary111101110100110110010110011010001110101111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,108); }

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

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

 a { background-color: rgb(61,52,108); }

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

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

 span { border-color: rgb(61,52,108); }

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