#3B3191

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

Shades of Dark Slate Blue #3B3191

Tints of Dark Slate Blue #3B3191

Color information

#3B3191 (or 0x3B3191) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 31 and 91. RGB value is (59,49,145). Sum of RGB (Red+Green+Blue) = 59+49+145=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B3191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3191 is #C4CE6E. Grayscale: #3E3E3E. Windows color (decimal): -12897903 or 9515323. OLE color: 9515323.

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

Color convert

RGB5949145-
CMYK0.590.6600.43
HSL246.25º49.48%38.04%-
HSV(B)246.25º66.21%56.86%-
XYZ8.015.1727.36-
YUV62.93174.31125.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=23.32%
G=19.37%
B=57.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59491450.590.6600.43246.2549.4838.04
Hex3B31913B4202Bf63126
Octal7361221731020533666146
Binary111011110001100100011110111000010010101111110110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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