#3A3AAB

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

Shades of Dark Slate Blue #3A3AAB

Tints of Dark Slate Blue #3A3AAB

Color information

#3A3AAB (or 0x3A3AAB) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 3A and AB. RGB value is (58,58,171). Sum of RGB (Red+Green+Blue) = 58+58+171=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3AAB is #C5C554. Grayscale: #464646. Windows color (decimal): -12961109 or 11221562. OLE color: 11221562.

HSL color Cylindrical-coordinate representation of color #3A3AAB: hue angle of 240º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3AAB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5858171-
CMYK0.660.6600.33
HSL240º49.34%44.9%-
HSV(B)240º66.08%67.06%-
XYZ10.616.8739.29-
YUV70.88184.5118.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=20.21%
G=20.21%
B=59.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58581710.660.6600.3324049.3444.9
Hex3A3AAB4242021f0312d
Octal72722531021020413606155
Binary1110101110101010101110000101000010010000111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,171); }

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

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

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

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

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

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

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