#3D346A

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

Shades of Minsk #3D346A

Tints of Minsk #3D346A

Color information

#3D346A (or 0x3D346A) is unknown color: approx Minsk. HEX triplet: 3D, 34 and 6A. RGB value is (61,52,106). Sum of RGB (Red+Green+Blue) = 61+52+106=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D346A is #C2CB95. Grayscale: #3C3C3C. Windows color (decimal): -12766102 or 6960189. OLE color: 6960189.

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

Color convert

RGB6152106-
CMYK0.420.5100.58
HSL250º34.18%30.98%-
HSV(B)250º50.94%41.57%-
XYZ5.754.4914.2-
YUV60.85153.48128.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=27.85%
G=23.74%
B=48.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61521060.420.5100.5825034.1830.98
Hex3D346A2A3303Afa221f
Octal756415252630723724237
Binary111101110100110101010101011001101110101111101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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