Html Css Color HEX #3C3194 Dark Slate Blue

📋 copy color: '#3C3194'

red 60 ◦ green 49 ◦ blue 148

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

Shades of Dark Slate Blue #3C3194

Tints of Dark Slate Blue #3C3194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 23.35%
G = 19.07%
B = 57.59%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C3194 (or 0x3C3194) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 94. RGB value is (60,49,148). Sum of RGB (Red+Green+Blue) = 60+49+148=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3194 is #C3CE6B. Grayscale: #3F3F3F. Windows color (decimal): -12832364 or 9711932. OLE color: 9711932.

HSL color Cylindrical-coordinate representation of color #3C3194: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3194 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 49 148 -
CMYK 0.59 0.67 0 0.42
HSL 246.67º 0.5% 0.39% -
HSV(B) 246.67º 0.67% 0.58% -
XYZ 8.31 5.3 28.6 -
YUV 63.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 60 49 148 0.59 0.67 0 0.42 246.67 0.5 0.39
Hex 3C 31 94 3B 43 0 2A F7 32 27
Octal 74 61 224 73 103 0 52 367 62 47
Binary 111100 110001 10010100 111011 1000011 0 101010 11110111 110010 100111

Color Harmonies of #3C3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3194

Black with #3C3194

Text Example


Text Example

White with #3C3194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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