#3F336D

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

Shades of Minsk #3F336D

Tints of Minsk #3F336D

Color information

#3F336D (or 0x3F336D) is unknown color: approx Minsk. HEX triplet: 3F, 33 and 6D. RGB value is (63,51,109). Sum of RGB (Red+Green+Blue) = 63+51+109=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F336D is #C0CC92. Grayscale: #3C3C3C. Windows color (decimal): -12635283 or 7156543. OLE color: 7156543.

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

Color convert

RGB6351109-
CMYK0.420.5300.57
HSL252.41º36.25%31.37%-
HSV(B)252.41º53.21%42.75%-
XYZ5.994.5315.03-
YUV61.2154.98129.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=28.25%
G=22.87%
B=48.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63511090.420.5300.57252.4136.2531.37
Hex3F336D2A35039fc241f
Octal776315552650713744437
Binary111111110011110110110101011010101110011111110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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