#3C3386

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

Shades of Dark Slate Blue #3C3386

Tints of Dark Slate Blue #3C3386

Color information

#3C3386 (or 0x3C3386) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 33 and 86. RGB value is (60,51,134). Sum of RGB (Red+Green+Blue) = 60+51+134=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C3386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3386 is #C3CC79. Grayscale: #3E3E3E. Windows color (decimal): -12831866 or 8794940. OLE color: 8794940.

HSL color Cylindrical-coordinate representation of color #3C3386: hue angle of 246.51º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3386 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6051134-
CMYK0.550.6200.47
HSL246.51º44.86%36.27%-
HSV(B)246.51º61.94%52.55%-
XYZ7.355.0523.14-
YUV63.15167.98125.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=24.49%
G=20.82%
B=54.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60511340.550.6200.47246.5144.8636.27
Hex3C3386373E02Ff72d24
Octal746320667760573675544
Binary11110011001110000110110111111110010111111110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,134); }

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

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

 a { background-color: rgb(60,51,134); }

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

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

 span { border-color: rgb(60,51,134); }

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