#3A3389

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

Shades of Dark Slate Blue #3A3389

Tints of Dark Slate Blue #3A3389

Color information

#3A3389 (or 0x3A3389) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 33 and 89. RGB value is (58,51,137). Sum of RGB (Red+Green+Blue) = 58+51+137=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3389 is #C5CC76. Grayscale: #3E3E3E. Windows color (decimal): -12962935 or 8991546. OLE color: 8991546.

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

Color convert

RGB5851137-
CMYK0.580.6300.46
HSL244.88º45.74%36.86%-
HSV(B)244.88º62.77%53.73%-
XYZ7.445.0724.25-
YUV62.9169.82124.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=23.58%
G=20.73%
B=55.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58511370.580.6300.46244.8845.7436.86
Hex3A33893A3F02Ef52e25
Octal726321172770563655645
Binary11101011001110001001111010111111010111011110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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