Html Css Color HEX #3F4194 Dark Slate Blue

📋 copy color: '#3F4194'

red 63 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #3F4194

Tints of Dark Slate Blue #3F4194

RGB

 RED value IS 63 (25% from 255) = 22.83%

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

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

R = 22.83%
G = 23.55%
B = 53.62%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4194 (or 0x3F4194) is known color: Dark Slate Blue. HEX triplet: 3F, 41 and 94. RGB value is (63,65,148). Sum of RGB (Red+Green+Blue) = 63+65+148=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F4194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4194 is #C0BE6B. Grayscale: #494949. Windows color (decimal): -12631660 or 9716031. OLE color: 9716031.

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

Color convert

RGB 63 65 148 -
CMYK 0.57 0.56 0 0.42
HSL 238.59º 0.4% 0.41% -
HSV(B) 238.59º 0.57% 0.58% -
XYZ 9.29 6.98 28.87 -
YUV 73.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 63 65 148 0.57 0.56 0 0.42 238.59 0.4 0.41
Hex 3F 41 94 39 38 0 2A EF 28 29
Octal 77 101 224 71 70 0 52 357 50 51
Binary 111111 1000001 10010100 111001 111000 0 101010 11101111 101000 101001

Color Harmonies of #3F4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4194

Black with #3F4194

Text Example


Text Example

White with #3F4194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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