Html Css Color HEX #3D4194 Dark Slate Blue

📋 copy color: '#3D4194'

red 61 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #3D4194

Tints of Dark Slate Blue #3D4194

RGB

 RED value IS 61 (24.22% from 255) = 22.26%

 GREEN value IS 65 (25.78% from 255) = 23.72%

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

R = 22.26%
G = 23.72%
B = 54.01%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D4194 (or 0x3D4194) is known color: Dark Slate Blue. HEX triplet: 3D, 41 and 94. RGB value is (61,65,148). Sum of RGB (Red+Green+Blue) = 61+65+148=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D4194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4194 is #C2BE6B. Grayscale: #484848. Windows color (decimal): -12762732 or 9716029. OLE color: 9716029.

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

Color convert

RGB 61 65 148 -
CMYK 0.59 0.56 0 0.42
HSL 237.24º 0.42% 0.41% -
HSV(B) 237.24º 0.59% 0.58% -
XYZ 9.16 6.91 28.87 -
YUV 73.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 61 65 148 0.59 0.56 0 0.42 237.24 0.42 0.41
Hex 3D 41 94 3B 38 0 2A ED 2A 29
Octal 75 101 224 73 70 0 52 355 52 51
Binary 111101 1000001 10010100 111011 111000 0 101010 11101101 101010 101001

Color Harmonies of #3D4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4194

Black with #3D4194

Text Example


Text Example

White with #3D4194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,148); }

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

background-color css

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

 a { background-color: rgb(61,65,148); }

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

border-color css

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

 span { border-color: rgb(61,65,148); }

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