Html Css Color HEX #3C328D Dark Slate Blue

📋 copy color: '#3C328D'

red 60 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #3C328D

Tints of Dark Slate Blue #3C328D

RGB

 RED value IS 60 (23.83% from 255) = 23.9%

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 23.9%
G = 19.92%
B = 56.18%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C328D (or 0x3C328D) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 8D. RGB value is (60,50,141). Sum of RGB (Red+Green+Blue) = 60+50+141=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C328D is #C3CD72. Grayscale: #3F3F3F. Windows color (decimal): -12832115 or 9253436. OLE color: 9253436.

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

Color convert

RGB 60 50 141 -
CMYK 0.57 0.65 0 0.45
HSL 246.59º 0.48% 0.37% -
HSV(B) 246.59º 0.65% 0.55% -
XYZ 7.81 5.16 25.78 -
YUV 63.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 60 50 141 0.57 0.65 0 0.45 246.59 0.48 0.37
Hex 3C 32 8D 39 41 0 2D F7 30 25
Octal 74 62 215 71 101 0 55 367 60 45
Binary 111100 110010 10001101 111001 1000001 0 101101 11110111 110000 100101

Color Harmonies of #3C328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C328D

Black with #3C328D

Text Example


Text Example

White with #3C328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C328D;
 }
 .AnyTagClassName
 {
   color: #3C328D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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