#3B3376

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

Shades of Minsk #3B3376

Tints of Minsk #3B3376

Color information

#3B3376 (or 0x3B3376) is unknown color: approx Minsk. HEX triplet: 3B, 33 and 76. RGB value is (59,51,118). Sum of RGB (Red+Green+Blue) = 59+51+118=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3376 is #C4CC89. Grayscale: #3C3C3C. Windows color (decimal): -12897418 or 7746363. OLE color: 7746363.

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

Color convert

RGB5951118-
CMYK0.500.5700.54
HSL247.16º39.64%33.14%-
HSV(B)247.16º56.78%46.27%-
XYZ6.264.6117.7-
YUV61.03160.15126.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=25.88%
G=22.37%
B=51.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59511180.500.5700.54247.1639.6433.14
Hex3B33763239036f72821
Octal736316662710663675041
Binary1110111100111110110110010111001011011011110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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