#3A349F

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

Shades of Dark Slate Blue #3A349F

Tints of Dark Slate Blue #3A349F

Color information

#3A349F (or 0x3A349F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 9F. RGB value is (58,52,159). Sum of RGB (Red+Green+Blue) = 58+52+159=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A349F is #C5CB60. Grayscale: #414141. Windows color (decimal): -12962657 or 10433594. OLE color: 10433594.

HSL color Cylindrical-coordinate representation of color #3A349F: hue angle of 243.36º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A349F is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5852159-
CMYK0.640.6700.38
HSL243.36º50.71%41.37%-
HSV(B)243.36º67.3%62.35%-
XYZ9.235.8633.45-
YUV65.99180.49122.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=21.56%
G=19.33%
B=59.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58521590.640.6700.38243.3650.7141.37
Hex3A349F4043026f33329
Octal72642371001030463636351
Binary1110101101001001111110000001000011010011011110011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,159); }

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

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

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

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

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

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

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