#3D3376

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

Shades of Minsk #3D3376

Tints of Minsk #3D3376

Color information

#3D3376 (or 0x3D3376) is unknown color: approx Minsk. HEX triplet: 3D, 33 and 76. RGB value is (61,51,118). Sum of RGB (Red+Green+Blue) = 61+51+118=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3376 is #C2CC89. Grayscale: #3D3D3D. Windows color (decimal): -12766346 or 7746365. OLE color: 7746365.

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

Color convert

RGB6151118-
CMYK0.480.5700.54
HSL248.96º39.64%33.14%-
HSV(B)248.96º56.78%46.27%-
XYZ6.384.6717.7-
YUV61.63159.81127.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=26.52%
G=22.17%
B=51.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61511180.480.5700.54248.9639.6433.14
Hex3D33763039036f92821
Octal756316660710663715041
Binary1111011100111110110110000111001011011011111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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