#3A3591

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

Shades of Dark Slate Blue #3A3591

Tints of Dark Slate Blue #3A3591

Color information

#3A3591 (or 0x3A3591) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 35 and 91. RGB value is (58,53,145). Sum of RGB (Red+Green+Blue) = 58+53+145=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 53 (21.09% from 255 or 20.70% 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 #3A3591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3591 is #C5CA6E. Grayscale: #404040. Windows color (decimal): -12962415 or 9516346. OLE color: 9516346.

HSL color Cylindrical-coordinate representation of color #3A3591: hue angle of 243.26º 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 #3A3591 is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5853145-
CMYK0.60.6300.43
HSL243.26º46.46%38.82%-
HSV(B)243.26º63.45%56.86%-
XYZ8.135.4927.42-
YUV64.98173.16123.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=22.66%
G=20.70%
B=56.64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58531450.60.6300.43243.2646.4638.82
Hex3A35913C3F02Bf32e27
Octal726522174770533635647
Binary11101011010110010001111100111111010101111110011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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