#3B3660

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

Shades of Minsk #3B3660

Tints of Minsk #3B3660

Color information

#3B3660 (or 0x3B3660) is unknown color: approx Minsk. HEX triplet: 3B, 36 and 60. RGB value is (59,54,96). Sum of RGB (Red+Green+Blue) = 59+54+96=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3660 is #C4C99F. Grayscale: #3C3C3C. Windows color (decimal): -12896672 or 6305339. OLE color: 6305339.

HSL color Cylindrical-coordinate representation of color #3B3660: hue angle of 247.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B3660 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB595496-
CMYK0.390.4400.62
HSL247.14º28%29.41%-
HSV(B)247.14º43.75%37.65%-
XYZ5.234.4111.64-
YUV60.28148.16127.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=28.23%
G=25.84%
B=45.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5954960.390.4400.62247.142829.41
Hex3B3660272C03Ef71c1d
Octal736614047540763673435
Binary11101111011011000001001111011000111110111101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,96); }

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

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

 a { background-color: rgb(59,54,96); }

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

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

 span { border-color: rgb(59,54,96); }

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