Html Css Color HEX #3F5653 Dark Slate

📋 copy color: '#3F5653'

red 63 ◦ green 86 ◦ blue 83

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

Shades of Dark Slate #3F5653

Tints of Dark Slate #3F5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 27.16%
G = 37.07%
B = 35.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#3F5653 (or 0x3F5653) is known color: Dark Slate. HEX triplet: 3F, 56 and 53. RGB value is (63,86,83). Sum of RGB (Red+Green+Blue) = 63+86+83=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5653 is #C0A9AC. Grayscale: #4E4E4E. Windows color (decimal): -12626349 or 5461567. OLE color: 5461567.

HSL color Cylindrical-coordinate representation of color #3F5653: hue angle of 172.17º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5653 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 86 83 -
CMYK 0.27 0 0.03 0.66
HSL 172.17º 0.15% 0.29% -
HSV(B) 172.17º 0.27% 0.34% -
XYZ 6.94 8.34 9.43 -
YUV 78.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 63 86 83 0.27 0 0.03 0.66 172.17 0.15 0.29
Hex 3F 56 53 1B 0 3 42 AC F 1D
Octal 77 126 123 33 0 3 102 254 17 35
Binary 111111 1010110 1010011 11011 0 11 1000010 10101100 1111 11101

Color Harmonies of #3F5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5653

Black with #3F5653

Text Example


Text Example

White with #3F5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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