Html Css Color HEX #3F379B Dark Slate Blue

📋 copy color: '#3F379B'

red 63 ◦ green 55 ◦ blue 155

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

Shades of Dark Slate Blue #3F379B

Tints of Dark Slate Blue #3F379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 23.08%
G = 20.15%
B = 56.78%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F379B (or 0x3F379B) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 9B. RGB value is (63,55,155). Sum of RGB (Red+Green+Blue) = 63+55+155=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F379B is #C0C864. Grayscale: #444444. Windows color (decimal): -12634213 or 10172223. OLE color: 10172223.

HSL color Cylindrical-coordinate representation of color #3F379B: hue angle of 244.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F379B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 55 155 -
CMYK 0.59 0.65 0 0.39
HSL 244.8º 0.48% 0.41% -
HSV(B) 244.8º 0.65% 0.61% -
XYZ 9.33 6.16 31.71 -
YUV 68.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 63 55 155 0.59 0.65 0 0.39 244.8 0.48 0.41
Hex 3F 37 9B 3B 41 0 27 F5 30 29
Octal 77 67 233 73 101 0 47 365 60 51
Binary 111111 110111 10011011 111011 1000001 0 100111 11110101 110000 101001

Color Harmonies of #3F379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F379B

Black with #3F379B

Text Example


Text Example

White with #3F379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,155); }

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

background-color css

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

 a { background-color: rgb(63,55,155); }

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

border-color css

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

 span { border-color: rgb(63,55,155); }

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