#3A399F

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

Shades of Dark Slate Blue #3A399F

Tints of Dark Slate Blue #3A399F

Color information

#3A399F (or 0x3A399F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 39 and 9F. RGB value is (58,57,159). Sum of RGB (Red+Green+Blue) = 58+57+159=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A399F is #C5C660. Grayscale: #444444. Windows color (decimal): -12961377 or 10434874. OLE color: 10434874.

HSL color Cylindrical-coordinate representation of color #3A399F: hue angle of 240.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A399F is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5857159-
CMYK0.640.6400.38
HSL240.59º47.22%42.35%-
HSV(B)240.59º64.15%62.35%-
XYZ9.476.3333.52-
YUV68.93178.83120.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=21.17%
G=20.80%
B=58.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58571590.640.6400.38240.5947.2242.35
Hex3A399F4040026f12f2a
Octal72712371001000463615752
Binary1110101110011001111110000001000000010011011110001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,159); }

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

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

 a { background-color: rgb(58,57,159); }

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

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

 span { border-color: rgb(58,57,159); }

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