#3A3189

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

Shades of Dark Slate Blue #3A3189

Tints of Dark Slate Blue #3A3189

Color information

#3A3189 (or 0x3A3189) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 31 and 89. RGB value is (58,49,137). Sum of RGB (Red+Green+Blue) = 58+49+137=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3189 is #C5CE76. Grayscale: #3D3D3D. Windows color (decimal): -12963447 or 8991034. OLE color: 8991034.

HSL color Cylindrical-coordinate representation of color #3A3189: hue angle of 246.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3189 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5849137-
CMYK0.580.6400.46
HSL246.14º47.31%36.47%-
HSV(B)246.14º64.23%53.73%-
XYZ7.364.924.23-
YUV61.72170.48125.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 137 (53.91% from 255) = 56.15%
R=23.77%
G=20.08%
B=56.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58491370.580.6400.46246.1447.3136.47
Hex3A31893A4002Ef62f24
Octal7261211721000563665744
Binary111010110001100010011110101000000010111011110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,137); }

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

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

 a { background-color: rgb(58,49,137); }

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

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

 span { border-color: rgb(58,49,137); }

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