#3B2967

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

Shades of Minsk #3B2967

Tints of Minsk #3B2967

Color information

#3B2967 (or 0x3B2967) is unknown color: approx Minsk. HEX triplet: 3B, 29 and 67. RGB value is (59,41,103). Sum of RGB (Red+Green+Blue) = 59+41+103=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B2967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2967 is #C4D698. Grayscale: #353535. Windows color (decimal): -12899993 or 6760763. OLE color: 6760763.

HSL color Cylindrical-coordinate representation of color #3B2967: hue angle of 257.42º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B2967 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5941103-
CMYK0.430.6000.60
HSL257.42º43.06%28.24%-
HSV(B)257.42º60.19%40.39%-
XYZ5.043.4913.24-
YUV53.45155.96131.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=29.06%
G=20.20%
B=50.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59411030.430.6000.60257.4243.0628.24
Hex3B29672B3C03C1012b1c
Octal735114753740744015334
Binary1110111010011100111101011111100011110010000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,103); }

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

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

 a { background-color: rgb(59,41,103); }

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

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

 span { border-color: rgb(59,41,103); }

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