Html Css Color HEX #3F347F Dark Slate Blue

📋 copy color: '#3F347F'

red 63 ◦ green 52 ◦ blue 127

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

Shades of Dark Slate Blue #3F347F

Tints of Dark Slate Blue #3F347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.48%

R = 26.03%
G = 21.49%
B = 52.48%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F347F (or 0x3F347F) is known color: Dark Slate Blue. HEX triplet: 3F, 34 and 7F. RGB value is (63,52,127). Sum of RGB (Red+Green+Blue) = 63+52+127=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347F is #C0CB80. Grayscale: #3F3F3F. Windows color (decimal): -12635009 or 8336447. OLE color: 8336447.

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

Color convert

RGB 63 52 127 -
CMYK 0.50 0.59 0 0.50
HSL 248.8º 0.42% 0.35% -
HSV(B) 248.8º 0.59% 0.5% -
XYZ 7.11 5.05 20.68 -
YUV 63.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 63 52 127 0.50 0.59 0 0.50 248.8 0.42 0.35
Hex 3F 34 7F 32 3B 0 32 F9 2A 23
Octal 77 64 177 62 73 0 62 371 52 43
Binary 111111 110100 1111111 110010 111011 0 110010 11111001 101010 100011

Color Harmonies of #3F347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F347F

Black with #3F347F

Text Example


Text Example

White with #3F347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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