#3B2D6D

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

Shades of Minsk #3B2D6D

Tints of Minsk #3B2D6D

Color information

#3B2D6D (or 0x3B2D6D) is unknown color: approx Minsk. HEX triplet: 3B, 2D and 6D. RGB value is (59,45,109). Sum of RGB (Red+Green+Blue) = 59+45+109=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B2D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2D6D is #C4D292. Grayscale: #383838. Windows color (decimal): -12898963 or 7155003. OLE color: 7155003.

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

Color convert

RGB5945109-
CMYK0.460.5900.57
HSL253.12º41.56%30.2%-
HSV(B)253.12º58.72%42.75%-
XYZ5.53.9114.93-
YUV56.48157.64129.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=27.70%
G=21.13%
B=51.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59451090.460.5900.57253.1241.5630.2
Hex3B2D6D2E3B039fd2a1e
Octal735515556730713755236
Binary111011101101110110110111011101101110011111110110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,109); }

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

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

 a { background-color: rgb(59,45,109); }

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

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

 span { border-color: rgb(59,45,109); }

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