#3C3599

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

Shades of Dark Slate Blue #3C3599

Tints of Dark Slate Blue #3C3599

Color information

#3C3599 (or 0x3C3599) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 35 and 99. RGB value is (60,53,153). Sum of RGB (Red+Green+Blue) = 60+53+153=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3599 is #C3CA66. Grayscale: #424242. Windows color (decimal): -12831335 or 10040636. OLE color: 10040636.

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

Color convert

RGB6053153-
CMYK0.610.6500.4
HSL244.2º48.54%40.39%-
HSV(B)244.2º65.36%60%-
XYZ8.895.8130.79-
YUV66.49176.82123.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=22.56%
G=19.92%
B=57.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60531530.610.6500.4244.248.5440.39
Hex3C35993D41028f43128
Octal7465231751010503646150
Binary111100110101100110011111011000001010100011110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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