#3A339E

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

Shades of Dark Slate Blue #3A339E

Tints of Dark Slate Blue #3A339E

Color information

#3A339E (or 0x3A339E) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 33 and 9E. RGB value is (58,51,158). Sum of RGB (Red+Green+Blue) = 58+51+158=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A339E is #C5CC61. Grayscale: #404040. Windows color (decimal): -12962914 or 10367802. OLE color: 10367802.

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

Color convert

RGB5851158-
CMYK0.630.6800.38
HSL243.93º51.2%40.98%-
HSV(B)243.93º67.72%61.96%-
XYZ9.15.7432.98-
YUV65.29180.32122.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=21.72%
G=19.10%
B=59.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58511580.630.6800.38243.9351.240.98
Hex3A339E3F44026f43329
Octal7263236771040463646351
Binary111010110011100111101111111000100010011011110100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,158); }

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

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

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

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

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

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

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