Html Css Color HEX #3F5856 Dark Slate

📋 copy color: '#3F5856'

red 63 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #3F5856

Tints of Dark Slate #3F5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 26.58%
G = 37.13%
B = 36.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#3F5856 (or 0x3F5856) is known color: Dark Slate. HEX triplet: 3F, 58 and 56. RGB value is (63,88,86). Sum of RGB (Red+Green+Blue) = 63+88+86=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5856 is #C0A7A9. Grayscale: #505050. Windows color (decimal): -12625834 or 5658687. OLE color: 5658687.

HSL color Cylindrical-coordinate representation of color #3F5856: hue angle of 175.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5856 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 88 86 -
CMYK 0.28 0 0.02 0.65
HSL 175.2º 0.17% 0.3% -
HSV(B) 175.2º 0.28% 0.35% -
XYZ 7.22 8.71 10.1 -
YUV 80.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 63 88 86 0.28 0 0.02 0.65 175.2 0.17 0.3
Hex 3F 58 56 1C 0 2 41 AF 11 1E
Octal 77 130 126 34 0 2 101 257 21 36
Binary 111111 1011000 1010110 11100 0 10 1000001 10101111 10001 11110

Color Harmonies of #3F5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5856

Black with #3F5856

Text Example


Text Example

White with #3F5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,86); }

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

background-color css

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

 a { background-color: rgb(63,88,86); }

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

border-color css

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

 span { border-color: rgb(63,88,86); }

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