#3C3393

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

Shades of Dark Slate Blue #3C3393

Tints of Dark Slate Blue #3C3393

Color information

#3C3393 (or 0x3C3393) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 33 and 93. RGB value is (60,51,147). Sum of RGB (Red+Green+Blue) = 60+51+147=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C3393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3393 is #C3CC6C. Grayscale: #404040. Windows color (decimal): -12831853 or 9646908. OLE color: 9646908.

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

Color convert

RGB6051147-
CMYK0.590.6500.42
HSL245.62º48.48%38.82%-
HSV(B)245.62º65.31%57.65%-
XYZ8.315.4328.21-
YUV64.63174.48124.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=23.26%
G=19.77%
B=56.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60511470.590.6500.42245.6248.4838.82
Hex3C33933B4102Af63027
Octal7463223731010523666047
Binary111100110011100100111110111000001010101011110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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