Html Css Color HEX #3F3386 Dark Slate Blue

📋 copy color: '#3F3386'

red 63 ◦ green 51 ◦ blue 134

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

Shades of Dark Slate Blue #3F3386

Tints of Dark Slate Blue #3F3386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 25.4%
G = 20.56%
B = 54.03%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F3386 (or 0x3F3386) is known color: Dark Slate Blue. HEX triplet: 3F, 33 and 86. RGB value is (63,51,134). Sum of RGB (Red+Green+Blue) = 63+51+134=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F3386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3386 is #C0CC79. Grayscale: #3F3F3F. Windows color (decimal): -12635258 or 8794943. OLE color: 8794943.

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

Color convert

RGB 63 51 134 -
CMYK 0.53 0.62 0 0.47
HSL 248.67º 0.45% 0.36% -
HSV(B) 248.67º 0.62% 0.53% -
XYZ 7.54 5.15 23.15 -
YUV 64.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 63 51 134 0.53 0.62 0 0.47 248.67 0.45 0.36
Hex 3F 33 86 35 3E 0 2F F9 2D 24
Octal 77 63 206 65 76 0 57 371 55 44
Binary 111111 110011 10000110 110101 111110 0 101111 11111001 101101 100100

Color Harmonies of #3F3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3386

Black with #3F3386

Text Example


Text Example

White with #3F3386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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