#3C329A

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

Shades of Dark Slate Blue #3C329A

Tints of Dark Slate Blue #3C329A

Color information

#3C329A (or 0x3C329A) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 32 and 9A. RGB value is (60,50,154). Sum of RGB (Red+Green+Blue) = 60+50+154=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C329A is #C3CD65. Grayscale: #404040. Windows color (decimal): -12832102 or 10105404. OLE color: 10105404.

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

Color convert

RGB6050154-
CMYK0.610.6800.40
HSL245.77º50.98%40%-
HSV(B)245.77º67.53%60.39%-
XYZ8.845.5731.18-
YUV64.85178.31124.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=22.73%
G=18.94%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60501540.610.6800.40245.7750.9840
Hex3C329A3D44028f63328
Octal7462232751040503666350
Binary111100110010100110101111011000100010100011110110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,154); }

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

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

 a { background-color: rgb(60,50,154); }

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

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

 span { border-color: rgb(60,50,154); }

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