#3A3286

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

Shades of Dark Slate Blue #3A3286

Tints of Dark Slate Blue #3A3286

Color information

#3A3286 (or 0x3A3286) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 32 and 86. RGB value is (58,50,134). Sum of RGB (Red+Green+Blue) = 58+50+134=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3286 is #C5CD79. Grayscale: #3D3D3D. Windows color (decimal): -12963194 or 8794682. OLE color: 8794682.

HSL color Cylindrical-coordinate representation of color #3A3286: hue angle of 245.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3286 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5850134-
CMYK0.570.6300.47
HSL245.71º45.65%36.08%-
HSV(B)245.71º62.69%52.55%-
XYZ7.194.923.12-
YUV61.97168.65125.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.97%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=23.97%
G=20.66%
B=55.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58501340.570.6300.47245.7145.6536.08
Hex3A3286393F02Ff62e24
Octal726220671770573665644
Binary11101011001010000110111001111111010111111110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,134); }

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

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

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

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

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

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

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