Html Css Color HEX #3F615C Dark Slate

📋 copy color: '#3F615C'

red 63 ◦ green 97 ◦ blue 92

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

Shades of Dark Slate #3F615C

Tints of Dark Slate #3F615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 25%
G = 38.49%
B = 36.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#3F615C (or 0x3F615C) is known color: Dark Slate. HEX triplet: 3F, 61 and 5C. RGB value is (63,97,92). Sum of RGB (Red+Green+Blue) = 63+97+92=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3F615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F615C is #C09EA3. Grayscale: #565656. Windows color (decimal): -12623524 or 6054207. OLE color: 6054207.

HSL color Cylindrical-coordinate representation of color #3F615C: hue angle of 171.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F615C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 92 -
CMYK 0.35 0 0.05 0.62
HSL 171.18º 0.21% 0.31% -
HSV(B) 171.18º 0.35% 0.38% -
XYZ 8.26 10.38 11.69 -
YUV 86.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 63 97 92 0.35 0 0.05 0.62 171.18 0.21 0.31
Hex 3F 61 5C 23 0 5 3E AB 15 1F
Octal 77 141 134 43 0 5 76 253 25 37
Binary 111111 1100001 1011100 100011 0 101 111110 10101011 10101 11111

Color Harmonies of #3F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F615C

Black with #3F615C

Text Example


Text Example

White with #3F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,92); }

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

background-color css

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

 a { background-color: rgb(63,97,92); }

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

border-color css

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

 span { border-color: rgb(63,97,92); }

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