Html Css Color HEX #3F347D Dark Slate Blue

📋 copy color: '#3F347D'

red 63 ◦ green 52 ◦ blue 125

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

Shades of Dark Slate Blue #3F347D

Tints of Dark Slate Blue #3F347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 26.25%
G = 21.67%
B = 52.08%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F347D (or 0x3F347D) is known color: Dark Slate Blue. HEX triplet: 3F, 34 and 7D. RGB value is (63,52,125). Sum of RGB (Red+Green+Blue) = 63+52+125=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347D is #C0CB82. Grayscale: #3F3F3F. Windows color (decimal): -12635011 or 8205375. OLE color: 8205375.

HSL color Cylindrical-coordinate representation of color #3F347D: hue angle of 249.04º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F347D is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 52 125 -
CMYK 0.50 0.58 0 0.51
HSL 249.04º 0.41% 0.35% -
HSV(B) 249.04º 0.58% 0.49% -
XYZ 6.98 4.99 20 -
YUV 63.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 63 52 125 0.50 0.58 0 0.51 249.04 0.41 0.35
Hex 3F 34 7D 32 3A 0 33 F9 29 23
Octal 77 64 175 62 72 0 63 371 51 43
Binary 111111 110100 1111101 110010 111010 0 110011 11111001 101001 100011

Color Harmonies of #3F347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F347D

Black with #3F347D

Text Example


Text Example

White with #3F347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,125); }

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

background-color css

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

 a { background-color: rgb(63,52,125); }

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

border-color css

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

 span { border-color: rgb(63,52,125); }

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