#3D3076

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

Shades of Minsk #3D3076

Tints of Minsk #3D3076

Color information

#3D3076 (or 0x3D3076) is unknown color: approx Minsk. HEX triplet: 3D, 30 and 76. RGB value is (61,48,118). Sum of RGB (Red+Green+Blue) = 61+48+118=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3076 is #C2CF89. Grayscale: #3B3B3B. Windows color (decimal): -12767114 or 7745597. OLE color: 7745597.

HSL color Cylindrical-coordinate representation of color #3D3076: hue angle of 251.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3076 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6148118-
CMYK0.480.5900.54
HSL251.14º42.17%32.55%-
HSV(B)251.14º59.32%46.27%-
XYZ6.254.4117.66-
YUV59.87160.81128.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=26.87%
G=21.15%
B=51.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61481180.480.5900.54251.1442.1732.55
Hex3D3076303B036fb2a21
Octal756016660730663735241
Binary1111011100001110110110000111011011011011111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,118); }

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

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

 a { background-color: rgb(61,48,118); }

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

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

 span { border-color: rgb(61,48,118); }

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