Html Css Color HEX #3F379D Dark Slate Blue

📋 copy color: '#3F379D'

red 63 ◦ green 55 ◦ blue 157

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

Shades of Dark Slate Blue #3F379D

Tints of Dark Slate Blue #3F379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 22.91%
G = 20%
B = 57.09%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F379D (or 0x3F379D) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 9D. RGB value is (63,55,157). Sum of RGB (Red+Green+Blue) = 63+55+157=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F379D is #C0C862. Grayscale: #444444. Windows color (decimal): -12634211 or 10303295. OLE color: 10303295.

HSL color Cylindrical-coordinate representation of color #3F379D: hue angle of 244.71º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F379D is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 55 157 -
CMYK 0.60 0.65 0 0.38
HSL 244.71º 0.48% 0.42% -
HSV(B) 244.71º 0.65% 0.62% -
XYZ 9.5 6.22 32.6 -
YUV 69.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 63 55 157 0.60 0.65 0 0.38 244.71 0.48 0.42
Hex 3F 37 9D 3C 41 0 26 F5 30 2A
Octal 77 67 235 74 101 0 46 365 60 52
Binary 111111 110111 10011101 111100 1000001 0 100110 11110101 110000 101010

Color Harmonies of #3F379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F379D

Black with #3F379D

Text Example


Text Example

White with #3F379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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