#3F346D

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

Shades of Minsk #3F346D

Tints of Minsk #3F346D

Color information

#3F346D (or 0x3F346D) is unknown color: approx Minsk. HEX triplet: 3F, 34 and 6D. RGB value is (63,52,109). Sum of RGB (Red+Green+Blue) = 63+52+109=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F346D is #C0CB92. Grayscale: #3D3D3D. Windows color (decimal): -12635027 or 7156799. OLE color: 7156799.

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

Color convert

RGB6352109-
CMYK0.420.5200.57
HSL251.58º35.4%31.57%-
HSV(B)251.58º52.29%42.75%-
XYZ6.044.6215.04-
YUV61.79154.64128.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=28.12%
G=23.21%
B=48.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63521090.420.5200.57251.5835.431.57
Hex3F346D2A34039fc2320
Octal776415552640713744340
Binary1111111101001101101101010110100011100111111100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,52,109); }

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

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

 a { background-color: rgb(63,52,109); }

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

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

 span { border-color: rgb(63,52,109); }

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