#3a3baa

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

Shades of Dark Slate Blue #3A3BAA

Tints of Dark Slate Blue #3A3BAA

Color information

#3A3BAA (or 0x3A3BAA) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 3B and AA. RGB value is (58,59,170). Sum of RGB (Red+Green+Blue) = 58+59+170=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3BAA is #C5C455. Grayscale: #464646. Windows color (decimal): -12960854 or 11156282. OLE color: 11156282.

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

Color convert

RGB5859170-
CMYK0.660.6500.33
HSL239.46º49.12%44.71%-
HSV(B)239.46º65.88%66.67%-
XYZ10.566.9338.81-
YUV71.35183.67118.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=20.21%
G=20.56%
B=59.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58591700.660.6500.33239.4649.1244.71
Hex3A3BAA4241021ef312d
Octal72732521021010413576155
Binary1110101110111010101010000101000001010000111101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a3baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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