Html Css Color HEX #3F348D Dark Slate Blue

📋 copy color: '#3F348D'

red 63 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #3F348D

Tints of Dark Slate Blue #3F348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 24.61%
G = 20.31%
B = 55.08%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F348D (or 0x3F348D) is known color: Dark Slate Blue. HEX triplet: 3F, 34 and 8D. RGB value is (63,52,141). Sum of RGB (Red+Green+Blue) = 63+52+141=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F348D is #C0CB72. Grayscale: #414141. Windows color (decimal): -12634995 or 9253951. OLE color: 9253951.

HSL color Cylindrical-coordinate representation of color #3F348D: hue angle of 247.42º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F348D is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 52 141 -
CMYK 0.55 0.63 0 0.45
HSL 247.42º 0.46% 0.38% -
HSV(B) 247.42º 0.63% 0.55% -
XYZ 8.09 5.44 25.82 -
YUV 65.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 63 52 141 0.55 0.63 0 0.45 247.42 0.46 0.38
Hex 3F 34 8D 37 3F 0 2D F7 2E 26
Octal 77 64 215 67 77 0 55 367 56 46
Binary 111111 110100 10001101 110111 111111 0 101101 11110111 101110 100110

Color Harmonies of #3F348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F348D

Black with #3F348D

Text Example


Text Example

White with #3F348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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