#3D336D

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

Shades of Minsk #3D336D

Tints of Minsk #3D336D

Color information

#3D336D (or 0x3D336D) is unknown color: approx Minsk. HEX triplet: 3D, 33 and 6D. RGB value is (61,51,109). Sum of RGB (Red+Green+Blue) = 61+51+109=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D336D is #C2CC92. Grayscale: #3C3C3C. Windows color (decimal): -12766355 or 7156541. OLE color: 7156541.

HSL color Cylindrical-coordinate representation of color #3D336D: hue angle of 250.34º 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 #3D336D is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6151109-
CMYK0.440.5300.57
HSL250.34º36.25%31.37%-
HSV(B)250.34º53.21%42.75%-
XYZ5.874.4615.02-
YUV60.6155.31128.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=27.60%
G=23.08%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61511090.440.5300.57250.3436.2531.37
Hex3D336D2C35039fa241f
Octal756315554650713724437
Binary111101110011110110110110011010101110011111101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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