#3B2991

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

Shades of Dark Slate Blue #3B2991

Tints of Dark Slate Blue #3B2991

Color information

#3B2991 (or 0x3B2991) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 29 and 91. RGB value is (59,41,145). Sum of RGB (Red+Green+Blue) = 59+41+145=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B2991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2991 is #C4D66E. Grayscale: #393939. Windows color (decimal): -12899951 or 9513275. OLE color: 9513275.

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

Color convert

RGB5941145-
CMYK0.590.7200.43
HSL250.38º55.91%36.47%-
HSV(B)250.38º71.72%56.86%-
XYZ7.714.5627.26-
YUV58.24176.96128.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=24.08%
G=16.73%
B=59.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59411450.590.7200.43250.3855.9136.47
Hex3B29913B4802Bfa3824
Octal7351221731100533727044
Binary111011101001100100011110111001000010101111111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,145); }

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

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

 a { background-color: rgb(59,41,145); }

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

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

 span { border-color: rgb(59,41,145); }

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