Html Css Color HEX #3C398D Dark Slate Blue

📋 copy color: '#3C398D'

red 60 ◦ green 57 ◦ blue 141

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

Shades of Dark Slate Blue #3C398D

Tints of Dark Slate Blue #3C398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 23.26%
G = 22.09%
B = 54.65%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C398D (or 0x3C398D) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 8D. RGB value is (60,57,141). Sum of RGB (Red+Green+Blue) = 60+57+141=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C398D is #C3C672. Grayscale: #434343. Windows color (decimal): -12830323 or 9255228. OLE color: 9255228.

HSL color Cylindrical-coordinate representation of color #3C398D: hue angle of 242.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C398D is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 57 141 -
CMYK 0.57 0.60 0 0.45
HSL 242.14º 0.42% 0.39% -
HSV(B) 242.14º 0.6% 0.55% -
XYZ 8.13 5.81 25.89 -
YUV 67.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 60 57 141 0.57 0.60 0 0.45 242.14 0.42 0.39
Hex 3C 39 8D 39 3C 0 2D F2 2A 27
Octal 74 71 215 71 74 0 55 362 52 47
Binary 111100 111001 10001101 111001 111100 0 101101 11110010 101010 100111

Color Harmonies of #3C398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C398D

Black with #3C398D

Text Example


Text Example

White with #3C398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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