#3B2B66

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

Shades of Minsk #3B2B66

Tints of Minsk #3B2B66

Color information

#3B2B66 (or 0x3B2B66) is unknown color: approx Minsk. HEX triplet: 3B, 2B and 66. RGB value is (59,43,102). Sum of RGB (Red+Green+Blue) = 59+43+102=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B2B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B66 is #C4D499. Grayscale: #363636. Windows color (decimal): -12899482 or 6695739. OLE color: 6695739.

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

Color convert

RGB5943102-
CMYK0.420.5800.6
HSL256.27º40.69%28.43%-
HSV(B)256.27º57.84%40%-
XYZ5.073.6213-
YUV54.51154.8131.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 102 (40.23% from 255) = 50%
R=28.92%
G=21.08%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59431020.420.5800.6256.2740.6928.43
Hex3B2B662A3A03C100291c
Octal735314652720744005134
Binary1110111010111100110101010111010011110010000000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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