#3A3297

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

Shades of Dark Slate Blue #3A3297

Tints of Dark Slate Blue #3A3297

Color information

#3A3297 (or 0x3A3297) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 32 and 97. RGB value is (58,50,151). Sum of RGB (Red+Green+Blue) = 58+50+151=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A3297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3297 is #C5CD68. Grayscale: #3F3F3F. Windows color (decimal): -12963177 or 9908794. OLE color: 9908794.

HSL color Cylindrical-coordinate representation of color #3A3297: hue angle of 244.75º 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 #3A3297 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5850151-
CMYK0.620.6700.41
HSL244.75º50.25%39.41%-
HSV(B)244.75º66.89%59.22%-
XYZ8.475.4229.88-
YUV63.91177.15123.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 151 (59.38% from 255) = 58.30%
R=22.39%
G=19.31%
B=58.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58501510.620.6700.41244.7550.2539.41
Hex3A32973E43029f53227
Octal7262227761030513656247
Binary111010110010100101111111101000011010100111110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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