Html Css Color HEX #3F3786 Dark Slate Blue

📋 copy color: '#3F3786'

red 63 ◦ green 55 ◦ blue 134

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

Shades of Dark Slate Blue #3F3786

Tints of Dark Slate Blue #3F3786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 25%
G = 21.83%
B = 53.17%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F3786 (or 0x3F3786) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 86. RGB value is (63,55,134). Sum of RGB (Red+Green+Blue) = 63+55+134=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F3786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3786 is #C0C879. Grayscale: #424242. Windows color (decimal): -12634234 or 8795967. OLE color: 8795967.

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

Color convert

RGB 63 55 134 -
CMYK 0.53 0.59 0 0.47
HSL 246.08º 0.42% 0.37% -
HSV(B) 246.08º 0.59% 0.53% -
XYZ 7.72 5.51 23.21 -
YUV 66.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 63 55 134 0.53 0.59 0 0.47 246.08 0.42 0.37
Hex 3F 37 86 35 3B 0 2F F6 2A 25
Octal 77 67 206 65 73 0 57 366 52 45
Binary 111111 110111 10000110 110101 111011 0 101111 11110110 101010 100101

Color Harmonies of #3F3786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3786

Black with #3F3786

Text Example


Text Example

White with #3F3786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,134); }

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

background-color css

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

 a { background-color: rgb(63,55,134); }

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

border-color css

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

 span { border-color: rgb(63,55,134); }

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