#3A309E

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

Shades of Dark Slate Blue #3A309E

Tints of Dark Slate Blue #3A309E

Color information

#3A309E (or 0x3A309E) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 30 and 9E. RGB value is (58,48,158). Sum of RGB (Red+Green+Blue) = 58+48+158=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A309E is #C5CF61. Grayscale: #3F3F3F. Windows color (decimal): -12963682 or 10367034. OLE color: 10367034.

HSL color Cylindrical-coordinate representation of color #3A309E: hue angle of 245.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A309E is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5848158-
CMYK0.630.7000.38
HSL245.45º53.4%40.39%-
HSV(B)245.45º69.62%61.96%-
XYZ8.975.4832.93-
YUV63.53181.31124.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=21.97%
G=18.18%
B=59.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58481580.630.7000.38245.4553.440.39
Hex3A309E3F46026f53528
Octal7260236771060463656550
Binary111010110000100111101111111000110010011011110101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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