#3B3591

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

Shades of Dark Slate Blue #3B3591

Tints of Dark Slate Blue #3B3591

Color information

#3B3591 (or 0x3B3591) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 35 and 91. RGB value is (59,53,145). Sum of RGB (Red+Green+Blue) = 59+53+145=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B3591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3591 is #C4CA6E. Grayscale: #404040. Windows color (decimal): -12896879 or 9516347. OLE color: 9516347.

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

Color convert

RGB5953145-
CMYK0.590.6300.43
HSL243.91º46.46%38.82%-
HSV(B)243.91º63.45%56.86%-
XYZ8.195.5227.42-
YUV65.28172.99123.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=22.96%
G=20.62%
B=56.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59531450.590.6300.43243.9146.4638.82
Hex3B35913B3F02Bf42e27
Octal736522173770533645647
Binary11101111010110010001111011111111010101111110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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