#3B328E

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

Shades of Dark Slate Blue #3B328E

Tints of Dark Slate Blue #3B328E

Color information

#3B328E (or 0x3B328E) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 32 and 8E. RGB value is (59,50,142). Sum of RGB (Red+Green+Blue) = 59+50+142=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B328E is #C4CD71. Grayscale: #3E3E3E. Windows color (decimal): -12897650 or 9318971. OLE color: 9318971.

HSL color Cylindrical-coordinate representation of color #3B328E: hue angle of 245.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B328E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5950142-
CMYK0.580.6500.44
HSL245.87º47.92%37.65%-
HSV(B)245.87º64.79%55.69%-
XYZ7.835.1626.18-
YUV63.18172.48125.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=23.51%
G=19.92%
B=56.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59501420.580.6500.44245.8747.9237.65
Hex3B328E3A4102Cf63026
Octal7362216721010543666046
Binary111011110010100011101110101000001010110011110110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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