#3D3476

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

Shades of Minsk #3D3476

Tints of Minsk #3D3476

Color information

#3D3476 (or 0x3D3476) is unknown color: approx Minsk. HEX triplet: 3D, 34 and 76. RGB value is (61,52,118). Sum of RGB (Red+Green+Blue) = 61+52+118=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3476 is #C2CB89. Grayscale: #3D3D3D. Windows color (decimal): -12766090 or 7746621. OLE color: 7746621.

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

Color convert

RGB6152118-
CMYK0.480.5600.54
HSL248.18º38.82%33.33%-
HSV(B)248.18º55.93%46.27%-
XYZ6.424.7617.72-
YUV62.22159.48127.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=26.41%
G=22.51%
B=51.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61521180.480.5600.54248.1838.8233.33
Hex3D34763038036f82721
Octal756416660700663704741
Binary1111011101001110110110000111000011011011111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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