Html Css Color HEX #3C349D Dark Slate Blue

📋 copy color: '#3C349D'

red 60 ◦ green 52 ◦ blue 157

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

Shades of Dark Slate Blue #3C349D

Tints of Dark Slate Blue #3C349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 22.3%
G = 19.33%
B = 58.36%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C349D (or 0x3C349D) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 9D. RGB value is (60,52,157). Sum of RGB (Red+Green+Blue) = 60+52+157=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C349D is #C3CB62. Grayscale: #414141. Windows color (decimal): -12831587 or 10302524. OLE color: 10302524.

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

Color convert

RGB 60 52 157 -
CMYK 0.62 0.67 0 0.38
HSL 244.57º 0.5% 0.41% -
HSV(B) 244.57º 0.67% 0.62% -
XYZ 9.18 5.85 32.54 -
YUV 66.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 60 52 157 0.62 0.67 0 0.38 244.57 0.5 0.41
Hex 3C 34 9D 3E 43 0 26 F5 32 29
Octal 74 64 235 76 103 0 46 365 62 51
Binary 111100 110100 10011101 111110 1000011 0 100110 11110101 110010 101001

Color Harmonies of #3C349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C349D

Black with #3C349D

Text Example


Text Example

White with #3C349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,157); }

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

background-color css

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

 a { background-color: rgb(60,52,157); }

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

border-color css

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

 span { border-color: rgb(60,52,157); }

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