#3B329E

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

Shades of Dark Slate Blue #3B329E

Tints of Dark Slate Blue #3B329E

Color information

#3B329E (or 0x3B329E) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 32 and 9E. RGB value is (59,50,158). Sum of RGB (Red+Green+Blue) = 59+50+158=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B329E is #C4CD61. Grayscale: #404040. Windows color (decimal): -12897634 or 10367547. OLE color: 10367547.

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

Color convert

RGB5950158-
CMYK0.630.6800.38
HSL245º51.92%40.78%-
HSV(B)245º68.35%61.96%-
XYZ9.125.6832.96-
YUV65180.48123.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=22.10%
G=18.73%
B=59.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59501580.630.6800.3824551.9240.78
Hex3B329E3F44026f53429
Octal7362236771040463656451
Binary111011110010100111101111111000100010011011110101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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