#3B3491

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

Shades of Dark Slate Blue #3B3491

Tints of Dark Slate Blue #3B3491

Color information

#3B3491 (or 0x3B3491) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 34 and 91. RGB value is (59,52,145). Sum of RGB (Red+Green+Blue) = 59+52+145=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B3491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3491 is #C4CB6E. Grayscale: #404040. Windows color (decimal): -12897135 or 9516091. OLE color: 9516091.

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

Color convert

RGB5952145-
CMYK0.590.6400.43
HSL244.52º47.21%38.63%-
HSV(B)244.52º64.14%56.86%-
XYZ8.145.4327.41-
YUV64.69173.32123.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=23.05%
G=20.31%
B=56.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59521450.590.6400.43244.5247.2138.63
Hex3B34913B4002Bf52f27
Octal7364221731000533655747
Binary111011110100100100011110111000000010101111110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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