#3A3489

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

Shades of Dark Slate Blue #3A3489

Tints of Dark Slate Blue #3A3489

Color information

#3A3489 (or 0x3A3489) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 89. RGB value is (58,52,137). Sum of RGB (Red+Green+Blue) = 58+52+137=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3489 is #C5CB76. Grayscale: #3F3F3F. Windows color (decimal): -12962679 or 8991802. OLE color: 8991802.

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

Color convert

RGB5852137-
CMYK0.580.6200.46
HSL244.24º44.97%37.06%-
HSV(B)244.24º62.04%53.73%-
XYZ7.495.1624.27-
YUV63.48169.49124.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=23.48%
G=21.05%
B=55.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58521370.580.6200.46244.2444.9737.06
Hex3A34893A3E02Ef42d25
Octal726421172760563645545
Binary11101011010010001001111010111110010111011110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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