#3A358E

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

Shades of Dark Slate Blue #3A358E

Tints of Dark Slate Blue #3A358E

Color information

#3A358E (or 0x3A358E) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 35 and 8E. RGB value is (58,53,142). Sum of RGB (Red+Green+Blue) = 58+53+142=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A358E is #C5CA71. Grayscale: #404040. Windows color (decimal): -12962418 or 9319738. OLE color: 9319738.

HSL color Cylindrical-coordinate representation of color #3A358E: hue angle of 243.37º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A358E is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5853142-
CMYK0.590.6300.44
HSL243.37º45.64%38.24%-
HSV(B)243.37º62.68%55.69%-
XYZ7.95.426.22-
YUV64.64171.66123.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=22.92%
G=20.95%
B=56.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58531420.590.6300.44243.3745.6438.24
Hex3A358E3B3F02Cf32e26
Octal726521673770543635646
Binary11101011010110001110111011111111010110011110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,142); }

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

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

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

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

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

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

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