Html Css Color HEX #3C3191 Dark Slate Blue

📋 copy color: '#3C3191'

red 60 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #3C3191

Tints of Dark Slate Blue #3C3191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 23.62%
G = 19.29%
B = 57.09%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C3191 (or 0x3C3191) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 91. RGB value is (60,49,145). Sum of RGB (Red+Green+Blue) = 60+49+145=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3191 is #C3CE6E. Grayscale: #3E3E3E. Windows color (decimal): -12832367 or 9515324. OLE color: 9515324.

HSL color Cylindrical-coordinate representation of color #3C3191: hue angle of 246.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3191 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 49 145 -
CMYK 0.59 0.66 0 0.43
HSL 246.88º 0.49% 0.38% -
HSV(B) 246.88º 0.66% 0.57% -
XYZ 8.07 5.2 27.37 -
YUV 63.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 60 49 145 0.59 0.66 0 0.43 246.88 0.49 0.38
Hex 3C 31 91 3B 42 0 2B F7 31 26
Octal 74 61 221 73 102 0 53 367 61 46
Binary 111100 110001 10010001 111011 1000010 0 101011 11110111 110001 100110

Color Harmonies of #3C3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3191

Black with #3C3191

Text Example


Text Example

White with #3C3191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,145); }

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

background-color css

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

 a { background-color: rgb(60,49,145); }

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

border-color css

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

 span { border-color: rgb(60,49,145); }

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