Html Css Color HEX #3F574F Spectra

📋 copy color: '#3F574F'

red 63 ◦ green 87 ◦ blue 79

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

Shades of Spectra #3F574F

Tints of Spectra #3F574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 27.51%
G = 37.99%
B = 34.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#3F574F (or 0x3F574F) is known color: Spectra. HEX triplet: 3F, 57 and 4F. RGB value is (63,87,79). Sum of RGB (Red+Green+Blue) = 63+87+79=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F574F is #C0A8B0. Grayscale: #4E4E4E. Windows color (decimal): -12626097 or 5199679. OLE color: 5199679.

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

Color convert

RGB 63 87 79 -
CMYK 0.28 0 0.09 0.66
HSL 160º 0.16% 0.29% -
HSV(B) 160º 0.28% 0.34% -
XYZ 6.87 8.44 8.66 -
YUV 78.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 63 87 79 0.28 0 0.09 0.66 160 0.16 0.29
Hex 3F 57 4F 1C 0 9 42 A0 10 1D
Octal 77 127 117 34 0 11 102 240 20 35
Binary 111111 1010111 1001111 11100 0 1001 1000010 10100000 10000 11101

Color Harmonies of #3F574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F574F

Black with #3F574F

Text Example


Text Example

White with #3F574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,87,79); }

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

background-color css

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

 a { background-color: rgb(63,87,79); }

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

border-color css

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

 span { border-color: rgb(63,87,79); }

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