#3C3B93

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

Shades of Dark Slate Blue #3C3B93

Tints of Dark Slate Blue #3C3B93

Color information

#3C3B93 (or 0x3C3B93) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3B and 93. RGB value is (60,59,147). Sum of RGB (Red+Green+Blue) = 60+59+147=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C3B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3B93 is #C3C46C. Grayscale: #444444. Windows color (decimal): -12829805 or 9648956. OLE color: 9648956.

HSL color Cylindrical-coordinate representation of color #3C3B93: hue angle of 240.68º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3B93 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6059147-
CMYK0.590.6000.42
HSL240.68º42.72%40.39%-
HSV(B)240.68º59.86%57.65%-
XYZ8.696.228.34-
YUV69.33171.83121.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=22.56%
G=22.18%
B=55.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60591470.590.6000.42240.6842.7240.39
Hex3C3B933B3C02Af12b28
Octal747322373740523615350
Binary11110011101110010011111011111100010101011110001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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