#3A3296

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

Shades of Dark Slate Blue #3A3296

Tints of Dark Slate Blue #3A3296

Color information

#3A3296 (or 0x3A3296) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 32 and 96. RGB value is (58,50,150). Sum of RGB (Red+Green+Blue) = 58+50+150=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A3296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3296 is #C5CD69. Grayscale: #3F3F3F. Windows color (decimal): -12963178 or 9843258. OLE color: 9843258.

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

Color convert

RGB5850150-
CMYK0.610.6700.41
HSL244.8º50%39.22%-
HSV(B)244.8º66.67%58.82%-
XYZ8.395.3829.45-
YUV63.79176.65123.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 150 (58.98% from 255) = 58.14%
R=22.48%
G=19.38%
B=58.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58501500.610.6700.41244.85039.22
Hex3A32963D43029f53227
Octal7262226751030513656247
Binary111010110010100101101111011000011010100111110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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