Html Css Color HEX #3C3994 Dark Slate Blue

📋 copy color: '#3C3994'

red 60 ◦ green 57 ◦ blue 148

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

Shades of Dark Slate Blue #3C3994

Tints of Dark Slate Blue #3C3994

RGB

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

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

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

R = 22.64%
G = 21.51%
B = 55.85%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C3994 (or 0x3C3994) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 94. RGB value is (60,57,148). Sum of RGB (Red+Green+Blue) = 60+57+148=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C3994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3994 is #C3C66B. Grayscale: #434343. Windows color (decimal): -12830316 or 9713980. OLE color: 9713980.

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

Color convert

RGB 60 57 148 -
CMYK 0.59 0.61 0 0.42
HSL 241.98º 0.44% 0.4% -
HSV(B) 241.98º 0.61% 0.58% -
XYZ 8.67 6.03 28.72 -
YUV 68.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 60 57 148 0.59 0.61 0 0.42 241.98 0.44 0.4
Hex 3C 39 94 3B 3D 0 2A F2 2C 28
Octal 74 71 224 73 75 0 52 362 54 50
Binary 111100 111001 10010100 111011 111101 0 101010 11110010 101100 101000

Color Harmonies of #3C3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3994

Black with #3C3994

Text Example


Text Example

White with #3C3994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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