Html Css Color HEX #3F328B Dark Slate Blue

📋 copy color: '#3F328B'

red 63 ◦ green 50 ◦ blue 139

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

Shades of Dark Slate Blue #3F328B

Tints of Dark Slate Blue #3F328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 25%
G = 19.84%
B = 55.16%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F328B (or 0x3F328B) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 8B. RGB value is (63,50,139). Sum of RGB (Red+Green+Blue) = 63+50+139=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F328B is #C0CD74. Grayscale: #3F3F3F. Windows color (decimal): -12635509 or 9122367. OLE color: 9122367.

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

Color convert

RGB 63 50 139 -
CMYK 0.55 0.64 0 0.45
HSL 248.76º 0.47% 0.37% -
HSV(B) 248.76º 0.64% 0.55% -
XYZ 7.85 5.2 25.02 -
YUV 64.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 63 50 139 0.55 0.64 0 0.45 248.76 0.47 0.37
Hex 3F 32 8B 37 40 0 2D F9 2F 25
Octal 77 62 213 67 100 0 55 371 57 45
Binary 111111 110010 10001011 110111 1000000 0 101101 11111001 101111 100101

Color Harmonies of #3F328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F328B

Black with #3F328B

Text Example


Text Example

White with #3F328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,139); }

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

background-color css

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

 a { background-color: rgb(63,50,139); }

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

border-color css

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

 span { border-color: rgb(63,50,139); }

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