#3C3392

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

Shades of Dark Slate Blue #3C3392

Tints of Dark Slate Blue #3C3392

Color information

#3C3392 (or 0x3C3392) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 33 and 92. RGB value is (60,51,146). Sum of RGB (Red+Green+Blue) = 60+51+146=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3392 is #C3CC6D. Grayscale: #404040. Windows color (decimal): -12831854 or 9581372. OLE color: 9581372.

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

Color convert

RGB6051146-
CMYK0.590.6500.43
HSL245.68º48.22%38.63%-
HSV(B)245.68º65.07%57.25%-
XYZ8.245.427.8-
YUV64.52173.98124.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=23.35%
G=19.84%
B=56.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60511460.590.6500.43245.6848.2238.63
Hex3C33923B4102Bf63027
Octal7463222731010533666047
Binary111100110011100100101110111000001010101111110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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