Html Css Color HEX #3C379B Dark Slate Blue

📋 copy color: '#3C379B'

red 60 ◦ green 55 ◦ blue 155

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

Shades of Dark Slate Blue #3C379B

Tints of Dark Slate Blue #3C379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 22.22%
G = 20.37%
B = 57.41%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C379B (or 0x3C379B) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 9B. RGB value is (60,55,155). Sum of RGB (Red+Green+Blue) = 60+55+155=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379B is #C3C864. Grayscale: #434343. Windows color (decimal): -12830821 or 10172220. OLE color: 10172220.

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

Color convert

RGB 60 55 155 -
CMYK 0.61 0.65 0 0.39
HSL 243º 0.48% 0.41% -
HSV(B) 243º 0.65% 0.61% -
XYZ 9.15 6.06 31.7 -
YUV 67.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 60 55 155 0.61 0.65 0 0.39 243 0.48 0.41
Hex 3C 37 9B 3D 41 0 27 F3 30 29
Octal 74 67 233 75 101 0 47 363 60 51
Binary 111100 110111 10011011 111101 1000001 0 100111 11110011 110000 101001

Color Harmonies of #3C379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C379B

Black with #3C379B

Text Example


Text Example

White with #3C379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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