#3A3AAA

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

Shades of Dark Slate Blue #3A3AAA

Tints of Dark Slate Blue #3A3AAA

Color information

#3A3AAA (or 0x3A3AAA) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 3A and AA. RGB value is (58,58,170). Sum of RGB (Red+Green+Blue) = 58+58+170=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3AAA is #C5C555. Grayscale: #464646. Windows color (decimal): -12961110 or 11156026. OLE color: 11156026.

HSL color Cylindrical-coordinate representation of color #3A3AAA: 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 #3A3AAA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5858170-
CMYK0.660.6600.33
HSL240º49.12%44.71%-
HSV(B)240º65.88%66.67%-
XYZ10.516.8338.79-
YUV70.77184118.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=20.28%
G=20.28%
B=59.44%

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
Decimal58581700.660.6600.3324049.1244.71
Hex3A3AAA4242021f0312d
Octal72722521021020413606155
Binary1110101110101010101010000101000010010000111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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