#3B329F

Color #3B329F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3B329F

Tints of Dark Slate Blue #3B329F

Color information

#3B329F (or 0x3B329F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 32 and 9F. RGB value is (59,50,159). Sum of RGB (Red+Green+Blue) = 59+50+159=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B329F is #C4CD60. Grayscale: #404040. Windows color (decimal): -12897633 or 10433083. OLE color: 10433083.

HSL color Cylindrical-coordinate representation of color #3B329F: hue angle of 244.95º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B329F is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5950159-
CMYK0.630.6900.38
HSL244.95º52.15%40.98%-
HSV(B)244.95º68.55%62.35%-
XYZ9.25.7133.42-
YUV65.12180.98123.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.01%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=22.01%
G=18.66%
B=59.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59501590.630.6900.38244.9552.1540.98
Hex3B329F3F45026f53429
Octal7362237771050463656451
Binary111011110010100111111111111000101010011011110101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,159); }

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

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

 a { background-color: rgb(59,50,159); }

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

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

 span { border-color: rgb(59,50,159); }

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