#3A379C

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

Shades of Dark Slate Blue #3A379C

Tints of Dark Slate Blue #3A379C

Color information

#3A379C (or 0x3A379C) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 37 and 9C. RGB value is (58,55,156). Sum of RGB (Red+Green+Blue) = 58+55+156=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A379C is #C5C863. Grayscale: #434343. Windows color (decimal): -12961892 or 10237754. OLE color: 10237754.

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

Color convert

RGB5855156-
CMYK0.630.6500.39
HSL241.78º47.87%41.37%-
HSV(B)241.78º64.74%61.18%-
XYZ9.116.0332.14-
YUV67.41177.99121.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=21.56%
G=20.45%
B=57.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58551560.630.6500.39241.7847.8741.37
Hex3A379C3F41027f23029
Octal7267234771010473626051
Binary111010110111100111001111111000001010011111110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,156); }

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

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

 a { background-color: rgb(58,55,156); }

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

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

 span { border-color: rgb(58,55,156); }

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