#3B2B8B

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

Shades of Dark Slate Blue #3B2B8B

Tints of Dark Slate Blue #3B2B8B

Color information

#3B2B8B (or 0x3B2B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 2B and 8B. RGB value is (59,43,139). Sum of RGB (Red+Green+Blue) = 59+43+139=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B2B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2B8B is #C4D474. Grayscale: #3A3A3A. Windows color (decimal): -12899445 or 9120571. OLE color: 9120571.

HSL color Cylindrical-coordinate representation of color #3B2B8B: hue angle of 250º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2B8B is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5943139-
CMYK0.580.6900.45
HSL250º52.75%35.69%-
HSV(B)250º69.06%54.51%-
XYZ7.334.5224.91-
YUV58.73173.3128.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=24.48%
G=17.84%
B=57.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59431390.580.6900.4525052.7535.69
Hex3B2B8B3A4502Dfa3524
Octal7353213721050553726544
Binary111011101011100010111110101000101010110111111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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