#3B3661

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

Shades of Minsk #3B3661

Tints of Minsk #3B3661

Color information

#3B3661 (or 0x3B3661) is unknown color: approx Minsk. HEX triplet: 3B, 36 and 61. RGB value is (59,54,97). Sum of RGB (Red+Green+Blue) = 59+54+97=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3661 is #C4C99E. Grayscale: #3C3C3C. Windows color (decimal): -12896671 or 6370875. OLE color: 6370875.

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

Color convert

RGB595497-
CMYK0.390.4400.62
HSL246.98º28.48%29.61%-
HSV(B)246.98º44.33%38.04%-
XYZ5.284.4311.89-
YUV60.4148.66127-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.10%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=28.10%
G=25.71%
B=46.19%

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
Decimal5954970.390.4400.62246.9828.4829.61
Hex3B3661272C03Ef71c1e
Octal736614147540763673436
Binary11101111011011000011001111011000111110111101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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