Html Css Color HEX #3C388D Dark Slate Blue

📋 copy color: '#3C388D'

red 60 ◦ green 56 ◦ blue 141

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

Shades of Dark Slate Blue #3C388D

Tints of Dark Slate Blue #3C388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 23.35%
G = 21.79%
B = 54.86%

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

#3C388D (or 0x3C388D) is known color: Dark Slate Blue. HEX triplet: 3C, 38 and 8D. RGB value is (60,56,141). Sum of RGB (Red+Green+Blue) = 60+56+141=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C388D is #C3C772. Grayscale: #424242. Windows color (decimal): -12830579 or 9254972. OLE color: 9254972.

HSL color Cylindrical-coordinate representation of color #3C388D: hue angle of 242.82º degrees, saturation: 0.43, 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 #3C388D is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 56 141 -
CMYK 0.57 0.60 0 0.45
HSL 242.82º 0.43% 0.39% -
HSV(B) 242.82º 0.6% 0.55% -
XYZ 8.09 5.71 25.88 -
YUV 66.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 60 56 141 0.57 0.60 0 0.45 242.82 0.43 0.39
Hex 3C 38 8D 39 3C 0 2D F3 2B 27
Octal 74 70 215 71 74 0 55 363 53 47
Binary 111100 111000 10001101 111001 111100 0 101101 11110011 101011 100111

Color Harmonies of #3C388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C388D

Black with #3C388D

Text Example


Text Example

White with #3C388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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