Html Css Color HEX #3C329A Dark Slate Blue

📋 copy color: '#3C329A'

red 60 ◦ green 50 ◦ blue 154

#3C329A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3C329A

Tints of Dark Slate Blue #3C329A

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 value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C329A (or 0x3C329A) is known color: 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

RGB 60 50 154 -
CMYK 0.61 0.68 0 0.40
HSL 245.77º 0.51% 0.4% -
HSV(B) 245.77º 0.68% 0.6% -
XYZ 8.84 5.57 31.18 -
YUV 64.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 60 50 154 0.61 0.68 0 0.40 245.77 0.51 0.4
Hex 3C 32 9A 3D 44 0 28 F6 33 28
Octal 74 62 232 75 104 0 50 366 63 50
Binary 111100 110010 10011010 111101 1000100 0 101000 11110110 110011 101000

Color Harmonies of #3C329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C329A

Black with #3C329A

Text Example


Text Example

White with #3C329A

Text Example


Text Example

HTML Codes & Css Web 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>