#3C379F

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

Shades of Dark Slate Blue #3C379F

Tints of Dark Slate Blue #3C379F

Color information

#3C379F (or 0x3C379F) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 37 and 9F. RGB value is (60,55,159). Sum of RGB (Red+Green+Blue) = 60+55+159=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 55 (21.88% from 255 or 20.07% 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 #3C379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379F is #C3C860. Grayscale: #434343. Windows color (decimal): -12830817 or 10434364. OLE color: 10434364.

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

Color convert

RGB6055159-
CMYK0.620.6500.38
HSL242.88º48.6%41.96%-
HSV(B)242.88º65.41%62.35%-
XYZ9.496.233.5-
YUV68.35179.16122.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=21.90%
G=20.07%
B=58.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60551590.620.6500.38242.8848.641.96
Hex3C379F3E41026f3312a
Octal7467237761010463636152
Binary111100110111100111111111101000001010011011110011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,159); }

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

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

 a { background-color: rgb(60,55,159); }

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

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

 span { border-color: rgb(60,55,159); }

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