Html Css Color HEX #3C379F Dark Slate Blue

📋 copy color: '#3C379F'

red 60 ◦ green 55 ◦ blue 159

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

Shades of Dark Slate Blue #3C379F

Tints of Dark Slate Blue #3C379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 21.9%
G = 20.07%
B = 58.03%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C379F (or 0x3C379F) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 9F. RGB value is (60,55,159). Sum of RGB (Red+Green+Blue) = 60+55+159=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379F is #C3C860. Grayscale: #434343. Windows color (decimal): -12830817 or 10434364. OLE color: 10434364.

HSL color Cylindrical-coordinate representation of color #3C379F: hue angle of 242.88º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C379F is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 55 159 -
CMYK 0.62 0.65 0 0.38
HSL 242.88º 0.49% 0.42% -
HSV(B) 242.88º 0.65% 0.62% -
XYZ 9.49 6.2 33.5 -
YUV 68.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 60 55 159 0.62 0.65 0 0.38 242.88 0.49 0.42
Hex 3C 37 9F 3E 41 0 26 F3 31 2A
Octal 74 67 237 76 101 0 46 363 61 52
Binary 111100 110111 10011111 111110 1000001 0 100110 11110011 110001 101010

Color Harmonies of #3C379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C379F

Black with #3C379F

Text Example


Text Example

White with #3C379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,159); }

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

background-color css

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

 a { background-color: rgb(60,55,159); }

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

border-color css

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

 span { border-color: rgb(60,55,159); }

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