Html Css Color HEX #3C389C Dark Slate Blue

📋 copy color: '#3C389C'

red 60 ◦ green 56 ◦ blue 156

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

Shades of Dark Slate Blue #3C389C

Tints of Dark Slate Blue #3C389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 22.06%
G = 20.59%
B = 57.35%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C389C (or 0x3C389C) is known color: Dark Slate Blue. HEX triplet: 3C, 38 and 9C. RGB value is (60,56,156). Sum of RGB (Red+Green+Blue) = 60+56+156=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C389C is #C3C763. Grayscale: #444444. Windows color (decimal): -12830564 or 10238012. OLE color: 10238012.

HSL color Cylindrical-coordinate representation of color #3C389C: hue angle of 242.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C389C is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 56 156 -
CMYK 0.62 0.64 0 0.39
HSL 242.4º 0.47% 0.42% -
HSV(B) 242.4º 0.64% 0.61% -
XYZ 9.28 6.19 32.16 -
YUV 68.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 60 56 156 0.62 0.64 0 0.39 242.4 0.47 0.42
Hex 3C 38 9C 3E 40 0 27 F2 2F 2A
Octal 74 70 234 76 100 0 47 362 57 52
Binary 111100 111000 10011100 111110 1000000 0 100111 11110010 101111 101010

Color Harmonies of #3C389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C389C

Black with #3C389C

Text Example


Text Example

White with #3C389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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