#3B3461

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

Shades of Minsk #3B3461

Tints of Minsk #3B3461

Color information

#3B3461 (or 0x3B3461) is unknown color: approx Minsk. HEX triplet: 3B, 34 and 61. RGB value is (59,52,97). Sum of RGB (Red+Green+Blue) = 59+52+97=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3461 is #C4CB9E. Grayscale: #3B3B3B. Windows color (decimal): -12897183 or 6370363. OLE color: 6370363.

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

Color convert

RGB595297-
CMYK0.390.4600.62
HSL249.33º30.2%29.22%-
HSV(B)249.33º46.39%38.04%-
XYZ5.194.2511.86-
YUV59.22149.32127.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=28.37%
G=25%
B=46.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5952970.390.4600.62249.3330.229.22
Hex3B3461272E03Ef91e1d
Octal736414147560763713635
Binary11101111010011000011001111011100111110111110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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