Html Css Color HEX #3F379C Dark Slate Blue

📋 copy color: '#3F379C'

red 63 ◦ green 55 ◦ blue 156

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

Shades of Dark Slate Blue #3F379C

Tints of Dark Slate Blue #3F379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 22.99%
G = 20.07%
B = 56.93%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F379C (or 0x3F379C) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 9C. RGB value is (63,55,156). Sum of RGB (Red+Green+Blue) = 63+55+156=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F379C is #C0C863. Grayscale: #444444. Windows color (decimal): -12634212 or 10237759. OLE color: 10237759.

HSL color Cylindrical-coordinate representation of color #3F379C: hue angle of 244.75º 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 #3F379C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 55 156 -
CMYK 0.60 0.65 0 0.39
HSL 244.75º 0.48% 0.41% -
HSV(B) 244.75º 0.65% 0.61% -
XYZ 9.42 6.19 32.15 -
YUV 68.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 63 55 156 0.60 0.65 0 0.39 244.75 0.48 0.41
Hex 3F 37 9C 3C 41 0 27 F5 30 29
Octal 77 67 234 74 101 0 47 365 60 51
Binary 111111 110111 10011100 111100 1000001 0 100111 11110101 110000 101001

Color Harmonies of #3F379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F379C

Black with #3F379C

Text Example


Text Example

White with #3F379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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