#3B2B68

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

Shades of Minsk #3B2B68

Tints of Minsk #3B2B68

Color information

#3B2B68 (or 0x3B2B68) is unknown color: approx Minsk. HEX triplet: 3B, 2B and 68. RGB value is (59,43,104). Sum of RGB (Red+Green+Blue) = 59+43+104=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B2B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B68 is #C4D497. Grayscale: #363636. Windows color (decimal): -12899480 or 6826811. OLE color: 6826811.

HSL color Cylindrical-coordinate representation of color #3B2B68: hue angle of 255.74º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B2B68 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5943104-
CMYK0.430.5900.59
HSL255.74º41.5%28.82%-
HSV(B)255.74º58.65%40.78%-
XYZ5.173.6613.53-
YUV54.74155.8131.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=28.64%
G=20.87%
B=50.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59431040.430.5900.59255.7441.528.82
Hex3B2B682B3B03B100291d
Octal735315053730734005135
Binary1110111010111101000101011111011011101110000000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,104); }

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

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

 a { background-color: rgb(59,43,104); }

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

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

 span { border-color: rgb(59,43,104); }

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