#3B3162

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

Shades of Minsk #3B3162

Tints of Minsk #3B3162

Color information

#3B3162 (or 0x3B3162) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 62. RGB value is (59,49,98). Sum of RGB (Red+Green+Blue) = 59+49+98=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3162 is #C4CE9D. Grayscale: #393939. Windows color (decimal): -12897950 or 6435131. OLE color: 6435131.

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

Color convert

RGB594998-
CMYK0.400.500.62
HSL252.24º33.33%28.82%-
HSV(B)252.24º50%38.43%-
XYZ5.114.0112.06-
YUV57.58150.81129.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=28.64%
G=23.79%
B=47.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5949980.400.500.62252.2433.3328.82
Hex3B3162283203Efc211d
Octal736114250620763744135
Binary111011110001110001010100011001001111101111110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,98); }

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

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

 a { background-color: rgb(59,49,98); }

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

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

 span { border-color: rgb(59,49,98); }

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