#3C3999

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

Shades of Dark Slate Blue #3C3999

Tints of Dark Slate Blue #3C3999

Color information

#3C3999 (or 0x3C3999) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 39 and 99. RGB value is (60,57,153). Sum of RGB (Red+Green+Blue) = 60+57+153=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C3999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3999 is #C3C666. Grayscale: #444444. Windows color (decimal): -12830311 or 10041660. OLE color: 10041660.

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

Color convert

RGB6057153-
CMYK0.610.6300.4
HSL241.88º45.71%41.18%-
HSV(B)241.88º62.75%60%-
XYZ9.086.1930.85-
YUV68.84175.49121.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=22.22%
G=21.11%
B=56.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60571530.610.6300.4241.8845.7141.18
Hex3C39993D3F028f22e29
Octal747123175770503625651
Binary11110011100110011001111101111111010100011110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,153); }

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

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

 a { background-color: rgb(60,57,153); }

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

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

 span { border-color: rgb(60,57,153); }

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