#3D3273

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

Shades of Minsk #3D3273

Tints of Minsk #3D3273

Color information

#3D3273 (or 0x3D3273) is unknown color: approx Minsk. HEX triplet: 3D, 32 and 73. RGB value is (61,50,115). Sum of RGB (Red+Green+Blue) = 61+50+115=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3273 is #C2CD8C. Grayscale: #3C3C3C. Windows color (decimal): -12766605 or 7549501. OLE color: 7549501.

HSL color Cylindrical-coordinate representation of color #3D3273: hue angle of 250.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3273 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6150115-
CMYK0.470.5700.55
HSL250.15º39.39%32.35%-
HSV(B)250.15º56.52%45.1%-
XYZ6.164.5116.77-
YUV60.7158.64128.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=26.99%
G=22.12%
B=50.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61501150.470.5700.55250.1539.3932.35
Hex3D32732F39037fa2720
Octal756216357710673724740
Binary1111011100101110011101111111001011011111111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,115); }

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

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

 a { background-color: rgb(61,50,115); }

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

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

 span { border-color: rgb(61,50,115); }

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