#3A3496

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

Shades of Dark Slate Blue #3A3496

Tints of Dark Slate Blue #3A3496

Color information

#3A3496 (or 0x3A3496) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 96. RGB value is (58,52,150). Sum of RGB (Red+Green+Blue) = 58+52+150=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A3496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3496 is #C5CB69. Grayscale: #404040. Windows color (decimal): -12962666 or 9843770. OLE color: 9843770.

HSL color Cylindrical-coordinate representation of color #3A3496: hue angle of 243.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A3496 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5852150-
CMYK0.610.6500.41
HSL243.67º48.51%39.61%-
HSV(B)243.67º65.33%58.82%-
XYZ8.485.5629.48-
YUV64.97175.99123.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=22.31%
G=20%
B=57.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58521500.610.6500.41243.6748.5139.61
Hex3A34963D41029f43128
Octal7264226751010513646150
Binary111010110100100101101111011000001010100111110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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